summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: always unblock CSA queue stop when disconnectingJohannes Berg2013-02-281-2/+2
* sock_diag: Fix out-of-bounds access to sock_diag_handlers[]Mathias Krause2013-02-281-0/+3
* tcp: fix SYN-data space mis-accountingYuchung Cheng2013-02-281-7/+11
* ipv4: fix error handling in icmp_protocol.Li Wei2013-02-282-1/+24
* ipv6: use a stronger hash for tcpEric Dumazet2013-02-281-2/+7
* ipv4: fix a bug in ping_err().Li Wei2013-02-281-2/+2
* ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki2013-02-282-5/+4
* xfrm: release neighbor upon dst destructionRomain KUNTZ2013-02-281-0/+2
* net, sctp: remove CONFIG_EXPERIMENTALKees Cook2013-02-131-2/+2
* net: sctp: sctp_v6_get_dst: fix boolean test in dst cacheDaniel Borkmann2013-02-131-2/+3
* batman-adv: Fix NULL pointer dereference in DAT hash collision avoidancePau Koning2013-02-131-1/+1
* htb: fix values in opt dumpJiri Pirko2013-02-121-2/+2
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-02-122-5/+9
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-122-5/+9
| |\
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-112-5/+9
| | |\
| | | * mac80211: fix channel selection bugJohannes Berg2013-02-111-3/+3
| | | * mac80211: fix managed mode channel context useJohannes Berg2013-02-071-1/+4
| | | * mac80211: fix error in sizeof() usageCong Ding2013-02-061-1/+2
* | | | net: fix infinite loop in __skb_recv_datagram()Eric Dumazet2013-02-121-1/+1
|/ / /
* | | bridge: set priority of STP packetsStephen Hemminger2013-02-111-0/+2
* | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-02-103-22/+33
|\ \ \
| * | | netfilter: ip6t_NPT: Ensure to check lower part of prefixes are zeroYOSHIFUJI Hideaki / 吉藤英明2013-02-071-0/+10
| * | | netfilter: ip6t_NPT: Fix prefix manglingYOSHIFUJI Hideaki / 吉藤英明2013-02-071-1/+1
| * | | netfilter: ip6t_NPT: Fix adjustment calculationYOSHIFUJI Hideaki / 吉藤英明2013-02-071-3/+3
| * | | ipvs: sctp: fix checksumming on snat and dnat handlersDaniel Borkmann2013-02-061-18/+17
| * | | ipvs: freeing uninitialized pointer on errorDan Carpenter2013-01-281-0/+2
* | | | arp: fix possible crash in arp_rcv()Eric Dumazet2013-02-101-10/+11
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-0928-85/+176
|\ \ \ \
| * | | | net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann2013-02-081-0/+5
| * | | | net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann2013-02-081-1/+1
| * | | | l2tp: dont play with skb->truesizeEric Dumazet2013-02-082-12/+0
| * | | | net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann2013-02-071-1/+1
| * | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2013-02-071-7/+9
| |\ \ \ \
| | * | | | openvswitch: Move LRO check from transmit to receive.Jesse Gross2013-01-211-7/+9
| * | | | | ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit()Tommi Rantala2013-02-061-1/+1
| * | | | | tcp: fix for zero packets_in_flight was too broadIlpo Järvinen2013-02-061-2/+6
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-062-3/+16
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-02-042-3/+16
| | |\ \ \ \
| | | * | | | Bluetooth: Fix hci_conn timeout routineAndre Guedes2013-01-311-3/+3
| | | * | | | Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg2013-01-311-0/+13
| * | | | | | 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