aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-051-18/+17
| * | | ipvs: freeing uninitialized pointer on errorDan Carpenter2013-01-271-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-0828-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-221-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
| * | | | | | 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