summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2015-02-28tcp: tso: restore IW10 after TSO autosizingEric Dumazet-2/+11
2015-02-28tcp: tso: remove tp->tso_deferredEric Dumazet-9/+5
2015-02-27tipc: make media address offset a common defineErik Hugne-4/+3
2015-02-27tipc: rename media/msg related definitionsErik Hugne-6/+6
2015-02-27tipc: purge links when bearer is disabledErik Hugne-1/+1
2015-02-27tipc: fix nullpointer bug when subscribing to eventsErik Hugne-19/+4
2015-02-27tipc: only create header copy for name distr messagesErik Hugne-1/+1
2015-02-27fib_trie: Remove leaf_infoAlexander Duyck-307/+156
2015-02-27fib_trie: Add slen to fib aliasAlexander Duyck-19/+19
2015-02-27fib_trie: Replace plen with slen in leaf_infoAlexander Duyck-33/+30
2015-02-27fib_trie: Convert fib_alias to hlist from listAlexander Duyck-39/+47
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa-7/+95
2015-02-27igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa-9/+31
2015-02-27udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert-0/+10
2015-02-26bridge: fix link notification skb size calculation to include vlan rangesRoopa Prabhu-7/+85
2015-02-25net: dsa: Introduce dsa_is_port_initializedGuenter Roeck-6/+3
2015-02-25net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli-0/+161
2015-02-25net: dsa: Ensure that port array elements are initialized before being usedGuenter Roeck-17/+13
2015-02-24ipv6: remove dead debug code from ip6_tunnel.cIan Morris-6/+0
2015-02-22bridge: add vlan info to bridge setlink and dellink notification messagesRoopa Prabhu-22/+24
2015-02-22net: __aligned(size) is preferred over __attribute__((aligned(size)))Ameen Ali-5/+5
2015-02-22batman-adv: Fix use of seq_has_overflowed()Joe Perches-1/+1
2015-02-22net: Remove state argument from skb_find_text()Bojan Prtvar-16/+9
2015-02-21ethtool: use "ops" name consistenty in ethtool_set_rxfh()Dan Carpenter-1/+1
2015-02-21ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"Alex W Slater-1/+1
2015-02-20igmp: add __ip_mc_{join|leave}_group()Eric Dumazet-18/+34
2015-02-20batman-adv: Remove uses of return value of seq_printfJoe Perches-9/+10
2015-02-20tcp: silence registration messagestephen hemminger-1/+1
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-48/+173
2015-02-17net: dsa: Set valid phy interface typeGuenter Roeck-2/+7
2015-02-15rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong-1/+8
2015-02-14net: spelling fixesStephen Hemminger-3/+3
2015-02-14net/core: Fix warning while make xmldocs caused by dev.cMasanari Iida-1/+1
2015-02-14ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau-1/+1
2015-02-14openvswitch: Fix key serialization.Pravin B Shelar-1/+1
2015-02-13net: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-22/+8
2015-02-13tcp: make sure skb is not shared before using skb_get()Eric Dumazet-8/+24
2015-02-12memcg: cleanup static keys decrementVladimir Davydov-0/+4
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-151/+209
2015-02-12bridge: netfilter: Move sysctl-specific error code inside #ifdefGeert Uytterhoeven-5/+2
2015-02-12ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek-2/+2
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-26/+40
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+3
2015-02-11Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-517/+628
2015-02-11mm: gup: use get_user_pages_unlockedAndrea Arcangeli-4/+2
2015-02-11mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner-1/+1
2015-02-11gue: Use checksum partial with remote checksum offloadTom Herbert-6/+22
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert-2/+3
2015-02-11udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert-2/+17
2015-02-11net: Fix remcsum in GRO path to not change packetTom Herbert-10/+10