aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-10net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward7-7/+134
2013-02-10net/802: Implement Multiple Registration Protocol (MRP)David Ward3-0/+899
2013-02-10VSOCK: Introduce VM SocketsAndy King14-0/+5864
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-28/+56
2013-02-08net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_keyDaniel Borkmann1-5/+3
2013-02-08ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.cAmerigo Wang1-4/+4
2013-02-08skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck1-4/+0
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-85/+176
2013-02-08net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann1-0/+5
2013-02-08net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville26-379/+933
2013-02-08l2tp: dont play with skb->truesizeEric Dumazet2-12/+0
2013-02-07net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs callsDaniel Borkmann1-9/+12
2013-02-07net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-02-07Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch into openvswitchDavid S. Miller1-7/+9
2013-02-06ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit()Tommi Rantala1-1/+1
2013-02-06net: reset mac header in dev_start_xmit()Eric Dumazet1-0/+2
2013-02-06net: adjust skb_gso_segment() for calling in rx pathCong Wang2-6/+17
2013-02-06wpan: use stack buffer instead of heapAlexander Aring1-6/+1
2013-02-066lowpan: use stack buffer instead of heapAlexander Aring1-9/+4
2013-02-066lowpan: Remove __init tag from lowpan_netlink_fini().David S. Miller1-1/+1
2013-02-06tcp: fix for zero packets_in_flight was too broadIlpo Järvinen1-2/+6
2013-02-06netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman2-1/+66
2013-02-06wpan: whitespace fixAlexander Aring1-1/+1
2013-02-06ipv6: Don't send packet to big messages to selfSteffen Klassert1-2/+1
2013-02-06net: core: Remove unnecessary alloc/OOM messagesJoe Perches2-12/+6
2013-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville2-3/+16
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger5-53/+1
2013-02-05ipv4: Disallow non-namespace aware protocols to register.David S. Miller3-26/+6
2013-02-05l2tp: Make ipv4 protocol handler namespace aware.David S. Miller1-6/+10
2013-02-05l2tp: create tunnel sockets in the right namespaceTom Parkin1-33/+54
2013-02-05l2tp: prevent tunnel creation on netns mismatchTom Parkin1-2/+9
2013-02-05l2tp: set netnsok flag for netlink messagesTom Parkin1-0/+1
2013-02-05l2tp: put tunnel socket release on a workqueueTom Parkin2-44/+61
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-60/+139
2013-02-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville2-3/+16
2013-02-04ipcomp: Mark as netns_ok.David S. Miller1-0/+1
2013-02-04mcast: do not check 'rv' twice in a rowJean Sacren1-4/+2
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue11-38/+21
2013-02-04sctp: sctp_close: fix release of bindings for deferred call_rcu'sDaniel Borkmann1-4/+5
2013-02-04netns: bridge: allow unprivileged users add/delete mdb entryGao feng1-3/+0
2013-02-04netns: ebtable: allow unprivileged users to operate ebtablesGao feng1-10/+14
2013-02-04netns: fdb: allow unprivileged users to add/del fdb entriesGao feng1-6/+0
2013-02-04tcp: ipv6: Update MIB counters for dropsVijay Subramanian1-1/+5
2013-02-04tcp: Update MIB counters for dropsVijay Subramanian1-1/+2
2013-02-03packet: fix leakage of tx_ring memoryPhil Sutter1-4/+6
2013-02-03net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar1-1/+1
2013-02-03tcp: frto should not set snd_cwnd to 0Eric Dumazet1-1/+2
2013-02-03tcp: fix an infinite loop in tcp_slow_start()Eric Dumazet1-4/+10
2013-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-1/+1