summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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-31ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner
2013-01-29tcp: Increment LISTENOVERFLOW and LISTENDROPS in tcp_v4_conn_request()Nivedita Singhvi
2013-01-29ipv6 addrconf: Fix interface identifiers of 802.15.4 devices.YOSHIFUJI Hideaki / 吉藤英明
2013-01-29pktgen: correctly handle failures when adding a deviceCong Wang
2013-01-29netem: fix delay calculation in rate extensionJohannes Naab
2013-01-29l2tp: prevent l2tp_tunnel_delete racing with userspace closeTom Parkin
2013-01-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-01-28SCTP: Free the per-net sysctl table on net exit. v2Vlad Yasevich
2013-01-28IP_GRE: Fix kernel panic in IP_GRE with GRE csum.Pravin B Shelar
2013-01-28sctp: set association state to established in dupcook_a handlerXufeng Zhang
2013-01-28ip6mr: limit IPv6 MRT_TABLE identifiersDan Carpenter
2013-01-27batman-adv: filter ARP packets with invalid MAC addresses in DATMatthias Schiffer
2013-01-27batman-adv: check for more types of invalid IP addresses in DATMatthias Schiffer
2013-01-27batman-adv: fix skb leak in batadv_dat_snoop_incoming_arp_reply()Matthias Schiffer
2013-01-24cfg80211: off by one in ieee80211_bss()Dan Carpenter
2013-01-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-01-22ipv4: Fix route refcount on pmtu discoverySteffen Klassert
2013-01-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-01-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-01-22net: net_cls: fd passed in SCM_RIGHTS datagram not set correctlyDaniel Wagner
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert
2013-01-21ipv4: Invalidate the socket cached route on pmtu events if possibleSteffen Klassert
2013-01-21xfrm4: Invalidate all ipv4 routes on IPsec pmtu eventsSteffen Klassert
2013-01-21xfrm: fix freed block size calculation in xfrm_policy_fini()Michal Kubecek
2013-01-21net: splice: fix __splice_segment()Eric Dumazet
2013-01-21net: splice: avoid high order page splittingEric Dumazet
2013-01-20tcp: fix incorrect LOCKDROPPEDICMPS counterEric Dumazet
2013-01-18ipv6: Add an error handler for icmp6Steffen Klassert
2013-01-18net/xfrm/xfrm_replay: avoid division by zeroNickolai Zeldovich
2013-01-17sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman
2013-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-01-17ipv4: Don't update the pmtu on mtu locked routesSteffen Klassert
2013-01-17ipv4: Remove output route check in ipv4_mtuSteffen Klassert
2013-01-17ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ
2013-01-16mac80211: add encrypt headroom to PERR framesBob Copeland
2013-01-16mac80211: set NEED_TXPROCESSING for PERR framesBob Copeland
2013-01-16mac80211: fix monitor mode injectionFelix Fietkau
2013-01-16mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka
2013-01-16mac80211: fix FT roamingJohannes Berg
2013-01-14Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller