summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-03-206lowpan: Fix endianness issue in is_addr_link_local().YOSHIFUJI Hideaki1-1/+1
2013-03-20dcbnl: fix various netlink info leaksMathias Krause1-0/+8
2013-03-20rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause1-0/+1
2013-03-20bridge: fix mdb info leaksMathias Krause1-0/+4
2013-03-20ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa1-1/+2
2013-03-20bridging: fix rx_handlers return codeCristian Bercaru1-0/+1
2013-03-20netlabel: correctly list all the static label mappingsPaul Moore1-16/+11
2013-03-20tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell1-3/+3
2013-03-20net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti1-1/+2
2013-03-20rds: limit the size allocated by rds_message_alloc()Cong Wang1-0/+3
2013-03-20l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault1-0/+1
2013-03-20net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATSGuenter Roeck1-3/+3
2013-03-146lowpan: Remove __init tag from lowpan_netlink_fini().David S. Miller1-1/+1
2013-03-14mac80211: Fix crash due to un-canceled work-itemsBen Greear1-0/+11
2013-03-14SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust1-1/+5
2013-03-04svcrpc: fix rpc server shutdown racesJ. Bruce Fields2-34/+32
2013-03-04svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields1-13/+2
2013-02-28mac80211: always unblock CSA queue stop when disconnectingJohannes Berg1-2/+2
2013-02-28sock_diag: Fix out-of-bounds access to sock_diag_handlers[]Mathias Krause1-0/+3
2013-02-28tcp: fix SYN-data space mis-accountingYuchung Cheng1-7/+11
2013-02-28ipv4: fix error handling in icmp_protocol.Li Wei2-1/+24
2013-02-28ipv6: use a stronger hash for tcpEric Dumazet1-2/+7
2013-02-28ipv4: fix a bug in ping_err().Li Wei1-2/+2
2013-02-28ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki2-5/+4
2013-02-28xfrm: release neighbor upon dst destructionRomain KUNTZ1-0/+2
2013-02-13net, sctp: remove CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-02-13net: sctp: sctp_v6_get_dst: fix boolean test in dst cacheDaniel Borkmann1-2/+3
2013-02-13batman-adv: Fix NULL pointer dereference in DAT hash collision avoidancePau Koning1-1/+1
2013-02-12htb: fix values in opt dumpJiri Pirko1-2/+2
2013-02-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-5/+9
2013-02-12net: fix infinite loop in __skb_recv_datagram()Eric Dumazet1-1/+1
2013-02-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-5/+9
2013-02-11Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-5/+9
2013-02-11bridge: set priority of STP packetsStephen Hemminger1-0/+2
2013-02-11mac80211: fix channel selection bugJohannes Berg1-3/+3
2013-02-10Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller3-22/+33
2013-02-10arp: fix possible crash in arp_rcv()Eric Dumazet1-10/+11
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-85/+176
2013-02-08net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann1-0/+5
2013-02-08net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-02-08l2tp: dont play with skb->truesizeEric Dumazet2-12/+0
2013-02-07net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-02-07Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller1-7/+9
2013-02-07mac80211: fix managed mode channel context useJohannes Berg1-1/+4
2013-02-07netfilter: ip6t_NPT: Ensure to check lower part of prefixes are zeroYOSHIFUJI Hideaki / 吉藤英明1-0/+10
2013-02-07netfilter: ip6t_NPT: Fix prefix manglingYOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-02-07netfilter: ip6t_NPT: Fix adjustment calculationYOSHIFUJI Hideaki / 吉藤英明1-3/+3
2013-02-06ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit()Tommi Rantala1-1/+1
2013-02-06tcp: fix for zero packets_in_flight was too broadIlpo Järvinen1-2/+6
2013-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-3/+16