summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2013-02-13net, sctp: remove CONFIG_EXPERIMENTALKees Cook-2/+2
2013-02-13net: sctp: sctp_v6_get_dst: fix boolean test in dst cacheDaniel Borkmann-2/+3
2013-02-13batman-adv: Fix NULL pointer dereference in DAT hash collision avoidancePau Koning-1/+1
2013-02-12htb: fix values in opt dumpJiri Pirko-2/+2
2013-02-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller-5/+9
2013-02-12net: fix infinite loop in __skb_recv_datagram()Eric Dumazet-1/+1
2013-02-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-5/+9
2013-02-11Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-5/+9
2013-02-11bridge: set priority of STP packetsStephen Hemminger-0/+2
2013-02-11mac80211: fix channel selection bugJohannes Berg-3/+3
2013-02-10Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller-22/+33
2013-02-10arp: fix possible crash in arp_rcv()Eric Dumazet-10/+11
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-85/+176
2013-02-08net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann-0/+5
2013-02-08net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann-1/+1
2013-02-08l2tp: dont play with skb->truesizeEric Dumazet-12/+0
2013-02-07net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann-1/+1
2013-02-07Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller-7/+9
2013-02-07mac80211: fix managed mode channel context useJohannes Berg-1/+4
2013-02-07netfilter: ip6t_NPT: Ensure to check lower part of prefixes are zeroYOSHIFUJI Hideaki / 吉藤英明-0/+10
2013-02-07netfilter: ip6t_NPT: Fix prefix manglingYOSHIFUJI Hideaki / 吉藤英明-1/+1
2013-02-07netfilter: ip6t_NPT: Fix adjustment calculationYOSHIFUJI Hideaki / 吉藤英明-3/+3
2013-02-06ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit()Tommi Rantala-1/+1
2013-02-06tcp: fix for zero packets_in_flight was too broadIlpo Järvinen-2/+6
2013-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-3/+16
2013-02-06mac80211: fix error in sizeof() usageCong Ding-1/+2
2013-02-06ipvs: sctp: fix checksumming on snat and dnat handlersDaniel Borkmann-18/+17
2013-02-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-3/+16
2013-02-04tcp: ipv6: Update MIB counters for dropsVijay Subramanian-1/+5
2013-02-04tcp: Update MIB counters for dropsVijay Subramanian-1/+2
2013-02-03packet: fix leakage of tx_ring memoryPhil Sutter-4/+6
2013-02-03net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar-1/+1
2013-02-03tcp: frto should not set snd_cwnd to 0Eric Dumazet-1/+2
2013-02-03tcp: fix an infinite loop in tcp_slow_start()Eric Dumazet-4/+10
2013-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+1
2013-02-01Merge tag 'nfs-for-3.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-1/+17
2013-01-31tcp: detect SYN/data drop when F-RTO is disabledYuchung Cheng-2/+1
2013-01-31l2tp: correctly handle ancillary data in the ip6 recv pathTom Parkin-3/+3
2013-01-31ipv6: export ip6_datagram_recv_ctlTom Parkin-0/+1
2013-01-31ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin-21/+22
2013-01-31Bluetooth: Fix hci_conn timeout routineAndre Guedes-3/+3
2013-01-31Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg-0/+13
2013-01-30ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner-1/+1
2013-01-30SUNRPC: When changing the queue priority, ensure that we change the ownerTrond Myklebust-1/+17
2013-01-29tcp: Increment LISTENOVERFLOW and LISTENDROPS in tcp_v4_conn_request()Nivedita Singhvi-1/+4
2013-01-29ipv6 addrconf: Fix interface identifiers of 802.15.4 devices.YOSHIFUJI Hideaki / 吉藤英明-0/+1
2013-01-29pktgen: correctly handle failures when adding a deviceCong Wang-3/+6
2013-01-29netem: fix delay calculation in rate extensionJohannes Naab-6/+6
2013-01-29l2tp: prevent l2tp_tunnel_delete racing with userspace closeTom Parkin-12/+69
2013-01-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-1/+1