summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2007-11-21Fix crypto_alloc_comp() error checking.Herbert Xu2-2/+4
2007-11-21Fix endianness bug in U32 classifier.Radu Rendec1-2/+2
2007-11-21Fix error returns in sys_socketpair()David Miller1-1/+4
2007-11-21Fix netlink timeouts.Patrick McHardy1-5/+5
2007-11-21Fix TEQL oops.Evgeniy Polyakov1-0/+3
2007-11-21NETFILTER: nf_conntrack_tcp: fix connection reopeningJozsef Kadlecsik1-21/+17
2007-11-16TCP: Make sure write_queue_from does not begin with NULL ptr (CVE-2007-5501)Ilpo Järvinen1-0/+5
2007-11-02Add get_unaligned to ieee80211_get_radiotap_lenAndy Green1-1/+2
2007-11-02mac80211: filter locally-originated multicast framesJohn W. Linville1-2/+3
2007-11-02Fix TCP MD5 on big-endian.David Miller2-19/+18
2007-11-02Fix TCP's ->fastpath_cnt_hit handling.Ilpo Järvinen1-0/+3
2007-11-02Fix zero length socket write() semantics.David S. Miller1-3/+0
2007-11-02Fix ROSE module unload oops.Alexey Dobriyan2-7/+12
2007-11-02Fix ipv6 redirect processing, leads to TAHI failures.Brian Haley1-4/+5
2007-11-02Fix some cases of missed IPV6 DADMitsuru Chinen1-3/+10
2007-11-02Fix ieee80211 handling of bogus hdrlength fieldJohn W. Linville1-0/+6
2007-11-02Fix cls_u32 error return handling.Stephen Hemminger1-1/+1
2007-09-26Fix pktgen src_mac handling.Adit Ranadive1-0/+10
2007-09-26Fix datagram recvmsg NULL iov handling regression.Herbert Xu1-0/+3
2007-09-26Fix TCP DSACK cwnd handlingIlpo Järvinen1-1/+4
2007-09-26Handle snd_una in tcp_cwnd_down()Ilpo Järvinen1-7/+11
2007-09-26Fix oops in vlan and bridging codeEvgeniy Polyakov2-6/+18
2007-09-26Fix ipv6 source address handling.Jiri Kosina1-1/+1
2007-09-26Fix IPV6 DAD handlingDenis V. Lunev1-1/+1
2007-09-26Fix ipv6 double-sock-release with MSG_CONFIRMYOSHIFUJI Hideaki1-2/+1
2007-09-26Fix IPSEC AH4 options handlingNick Bowler1-1/+1
2007-09-26Fix IPV6 append OOPS.YOSHIFUJI Hideaki1-2/+3
2007-09-26Fix inet_diag OOPS.Patrick McHardy1-0/+4
2007-09-26Fix device address listing for ipv4.Stephen Hemminger1-1/+1
2007-09-26Fix decnet device address listing.Patrick McHardy1-1/+1
2007-09-26Correctly close old nfsd/lockd sockets.Neil Brown1-1/+2
2007-09-26rpc: fix garbage in printk in svc_tcp_accept()Wolfgang Walter1-1/+2
2007-08-30TCP: Fix TCP handling of SACK in bidirectional flows.Ilpo Järvinen1-1/+4
2007-08-30TCP: Fix TCP rate-halving on bidirectional flows.Ilpo Järvinen1-9/+12
2007-08-30TCP: Do not autobind ports for TCP socketsDavid Miller5-5/+4
2007-08-30NET: Fix missing rcu unlock in __sock_create()Herbert Xu1-1/+1
2007-08-30SNAP: Fix SNAP protocol header accesses.Herbert Xu1-5/+12
2007-08-30IPv6: Invalid semicolon after if statementIlpo Jarvinen1-1/+1
2007-08-30IPV6: Fix kernel panic while send SCTP data with IP fragmentsWei Yongjun1-1/+1
2007-08-30DCCP: Fix DCCP GFP_KERNEL allocation in atomic contextGerrit Renker1-1/+1
2007-08-30NET: Share correct feature code between bridging and bondingHerbert Xu3-25/+44
2007-08-15softmac: Fix deadlock of wx_set_essid with assoc workMichael Buesch1-3/+8
2007-08-09Netfilter: Fix logging regressionPatrick McHardy4-18/+8
2007-08-09IPV6: /proc/net/anycast6 unbalanced inet6_dev refcntDavid Stevens1-0/+1
2007-08-09nf_conntrack: don't track locally generated special ICMP errorYasuyuki Kozakai1-17/+5
2007-08-09Keep rfcomm_dev on the list until it is freedVille Tervo1-8/+22
2007-08-09Hangup TTY before releasing rfcomm_devMikko Rapeli1-0/+4
2007-08-09nfsd: fix possible oops on re-insertion of rpcsec_gss modulesJ. Bruce Fields1-4/+5
2007-08-09softmac: Fix ESSID problemJean Tourrilhes1-1/+4
2007-08-09Fix TCP IPV6 MD5 bug.YOSHIFUJI Hideaki1-0/+1