summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: reset mac header in dev_start_xmit()Eric Dumazet2013-02-061-0/+2
* net: adjust skb_gso_segment() for calling in rx pathCong Wang2013-02-062-6/+17
* wpan: use stack buffer instead of heapAlexander Aring2013-02-061-6/+1
* 6lowpan: use stack buffer instead of heapAlexander Aring2013-02-061-9/+4
* 6lowpan: Remove __init tag from lowpan_netlink_fini().David S. Miller2013-02-061-1/+1
* netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman2013-02-062-1/+66
* wpan: whitespace fixAlexander Aring2013-02-061-1/+1
* ipv6: Don't send packet to big messages to selfSteffen Klassert2013-02-061-2/+1
* net: core: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-062-12/+6
* tcp: remove Appropriate Byte Count supportStephen Hemminger2013-02-055-53/+1
* ipv4: Disallow non-namespace aware protocols to register.David S. Miller2013-02-053-26/+6
* l2tp: Make ipv4 protocol handler namespace aware.David S. Miller2013-02-051-6/+10
* l2tp: create tunnel sockets in the right namespaceTom Parkin2013-02-051-33/+54
* l2tp: prevent tunnel creation on netns mismatchTom Parkin2013-02-051-2/+9
* l2tp: set netnsok flag for netlink messagesTom Parkin2013-02-051-0/+1
* l2tp: put tunnel socket release on a workqueueTom Parkin2013-02-052-44/+61
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-0519-60/+139
|\
| * tcp: ipv6: Update MIB counters for dropsVijay Subramanian2013-02-041-1/+5
| * tcp: Update MIB counters for dropsVijay Subramanian2013-02-041-1/+2
| * packet: fix leakage of tx_ring memoryPhil Sutter2013-02-031-4/+6
| * net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar2013-02-031-1/+1
| * tcp: frto should not set snd_cwnd to 0Eric Dumazet2013-02-031-1/+2
| * tcp: fix an infinite loop in tcp_slow_start()Eric Dumazet2013-02-031-4/+10
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-011-1/+1
| |\
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-281-1/+1
| | |\
| | | * cfg80211: off by one in ieee80211_bss()Dan Carpenter2013-01-241-1/+1
| * | | tcp: detect SYN/data drop when F-RTO is disabledYuchung Cheng2013-01-311-2/+1
| * | | l2tp: correctly handle ancillary data in the ip6 recv pathTom Parkin2013-01-311-3/+3
| * | | ipv6: export ip6_datagram_recv_ctlTom Parkin2013-01-311-0/+1
| * | | ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin2013-01-317-21/+22
| * | | ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner2013-01-301-1/+1
| * | | tcp: Increment LISTENOVERFLOW and LISTENDROPS in tcp_v4_conn_request()Nivedita Singhvi2013-01-291-1/+4
| * | | ipv6 addrconf: Fix interface identifiers of 802.15.4 devices.YOSHIFUJI Hideaki / 吉藤英明2013-01-291-0/+1
| * | | pktgen: correctly handle failures when adding a deviceCong Wang2013-01-291-3/+6
| * | | netem: fix delay calculation in rate extensionJohannes Naab2013-01-291-6/+6
| * | | l2tp: prevent l2tp_tunnel_delete racing with userspace closeTom Parkin2013-01-292-12/+69
* | | | ipcomp: Mark as netns_ok.David S. Miller2013-02-041-0/+1
* | | | mcast: do not check 'rv' twice in a rowJean Sacren2013-02-041-4/+2
* | | | net: remove redundant check for timer pending state before del_timerYing Xue2013-02-0411-38/+21
* | | | sctp: sctp_close: fix release of bindings for deferred call_rcu'sDaniel Borkmann2013-02-041-4/+5
* | | | netns: bridge: allow unprivileged users add/delete mdb entryGao feng2013-02-041-3/+0
* | | | netns: ebtable: allow unprivileged users to operate ebtablesGao feng2013-02-041-10/+14
* | | | netns: fdb: allow unprivileged users to add/del fdb entriesGao feng2013-02-041-6/+0
* | | | wanrouter: delete now orphaned header content, files/driversPaul Gortmaker2013-01-315-1197/+0
* | | | wanrouter: completely decouple obsolete code from kernel.Paul Gortmaker2013-01-313-3/+0
* | | | ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-8/+8
* | | | ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-32/+40
* | | | ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-40/+54
* | | | ipv6 flowlabel: Ensure to take lock when modifying np->ip6_sk_fl_list.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-2/+11
* | | | net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław2013-01-293-11/+10
OpenPOWER on IntegriCloud