summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-02-07net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs callsDaniel Borkmann
2013-02-06net: reset mac header in dev_start_xmit()Eric Dumazet
2013-02-06net: adjust skb_gso_segment() for calling in rx pathCong Wang
2013-02-06wpan: use stack buffer instead of heapAlexander Aring
2013-02-066lowpan: use stack buffer instead of heapAlexander Aring
2013-02-066lowpan: Remove __init tag from lowpan_netlink_fini().David S. Miller
2013-02-06netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman
2013-02-06wpan: whitespace fixAlexander Aring
2013-02-06ipv6: Don't send packet to big messages to selfSteffen Klassert
2013-02-06net: core: Remove unnecessary alloc/OOM messagesJoe Perches
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger
2013-02-05ipv4: Disallow non-namespace aware protocols to register.David S. Miller
2013-02-05l2tp: Make ipv4 protocol handler namespace aware.David S. Miller
2013-02-05l2tp: create tunnel sockets in the right namespaceTom Parkin
2013-02-05l2tp: prevent tunnel creation on netns mismatchTom Parkin
2013-02-05l2tp: set netnsok flag for netlink messagesTom Parkin
2013-02-05l2tp: put tunnel socket release on a workqueueTom Parkin
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-04ipcomp: Mark as netns_ok.David S. Miller
2013-02-04mcast: do not check 'rv' twice in a rowJean Sacren
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue
2013-02-04sctp: sctp_close: fix release of bindings for deferred call_rcu'sDaniel Borkmann
2013-02-04netns: bridge: allow unprivileged users add/delete mdb entryGao feng
2013-02-04netns: ebtable: allow unprivileged users to operate ebtablesGao feng
2013-02-04netns: fdb: allow unprivileged users to add/del fdb entriesGao feng
2013-02-04tcp: ipv6: Update MIB counters for dropsVijay Subramanian
2013-02-04tcp: Update MIB counters for dropsVijay Subramanian
2013-02-03packet: fix leakage of tx_ring memoryPhil Sutter
2013-02-03net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar
2013-02-03tcp: frto should not set snd_cwnd to 0Eric Dumazet
2013-02-03tcp: fix an infinite loop in tcp_slow_start()Eric Dumazet
2013-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-01-31wanrouter: delete now orphaned header content, files/driversPaul Gortmaker
2013-01-31wanrouter: completely decouple obsolete code from kernel.Paul Gortmaker
2013-01-31tcp: detect SYN/data drop when F-RTO is disabledYuchung Cheng
2013-01-31l2tp: correctly handle ancillary data in the ip6 recv pathTom Parkin
2013-01-31ipv6: export ip6_datagram_recv_ctlTom Parkin
2013-01-31ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin
2013-01-30ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock.YOSHIFUJI Hideaki / 吉藤英明
2013-01-30ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明
2013-01-30ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明
2013-01-30ipv6 flowlabel: Ensure to take lock when modifying np->ip6_sk_fl_list.YOSHIFUJI Hideaki / 吉藤英明
2013-01-30ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner
2013-01-29net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław
2013-01-29netfilter ipset: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明
2013-01-29netfilter ip6table_mangle: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明
2013-01-29xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明
2013-01-29xfrm: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明
2013-01-29ipv6 mcast: Use ipv6_addr_equal() in ip6_mc_source().YOSHIFUJI Hideaki / 吉藤英明
2013-01-29Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller