aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-08[SCTP] ipv6: inconsistent lock state ipv6_add_addr/sctp_v6_copy_addrlistJarek Poplawski1-2/+2
2007-03-08[PATCH] bluetooth: fix socket locking in hci_sock_dev_event()Jiri Kosina1-2/+2
2007-03-07[BRIDGE]: adding new device to bridge should enable if upAji Srinivas1-0/+4
2007-03-07[IPV6]: Do not set IF_READY if device is downHerbert Xu1-4/+0
2007-03-07[IPSEC]: xfrm audit hook misplaced in pfkey_delete and xfrm_del_saEric Paris2-6/+4
2007-03-07[IPSEC]: Add xfrm policy change auditing to pfkey_spdgetEric Paris1-6/+11
2007-03-07[IPSEC]: xfrm_policy delete security check misplacedEric Paris3-16/+27
2007-03-07[DCCP]: Revert patch which disables bidirectional modeGerrit Renker2-23/+5
2007-03-07[IPV6]: Handle np->opt being NULL in ipv6_getsockopt_sticky().David S. Miller1-3/+7
2007-03-07[UDP]: Reread uh pointer after pskb_trimHerbert Xu1-0/+1
2007-03-07[NETFILTER]: nfnetlink_log: fix crash on bridged packetPatrick McHardy1-1/+1
2007-03-07[NETFILTER]: nfnetlink_log: zero-terminate prefixPatrick McHardy1-1/+1
2007-03-07[NETFILTER]: nf_conntrack_ipv6: fix incorrect classification of IPv6 fragments as ESTABLISHEDPatrick McHardy1-0/+1
2007-03-06Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds21-64/+57
2007-03-06Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-0/+23
2007-03-06[DCCP]: Set RTO for newly created child socketGerrit Renker1-1/+1
2007-03-06[DCCP]: Correctly split CCID half connectionsGerrit Renker1-6/+6
2007-03-06[NET]: Fix compat_sock_common_getsockopt typo.Johannes Berg1-1/+1
2007-03-06[NET]: Revert incorrect accept queue backlog changes.David S. Miller1-3/+3
2007-03-06[PATCH] knfsd: provide sunrpc pool_mode module optionGreg Banks1-19/+114
2007-03-06[PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS serverNeilBrown2-13/+24
2007-03-06[PATCH] knfsd: remove CONFIG_IPV6 ifdefs from sunrpc server codeNeilBrown1-10/+3
2007-03-06[PATCH] knfsd: use recv_msg to get peer address for NFSD instead of code-copyingNeilBrown1-32/+40
2007-03-06bonding: Improve IGMP join processingJay Vosburgh1-0/+23
2007-03-05[NETFILTER]: ip6_route_me_harder should take into account markYasuyuki Kozakai1-0/+1
2007-03-05[NETFILTER]: nfnetlink_log: fix reference countingMichal Miroslaw1-3/+6
2007-03-05[NETFILTER]: nfnetlink_log: fix module reference countingPatrick McHardy1-2/+1
2007-03-05[NETFILTER]: nfnetlink_log: fix possible NULL pointer dereferenceMichal Miroslaw1-0/+4
2007-03-05[NETFILTER]: nfnetlink_log: fix NULL pointer dereferenceMichal Miroslaw1-0/+1
2007-03-05[NETFILTER]: nfnetlink_log: fix use after freeMichal Miroslaw1-1/+1
2007-03-05[NETFILTER]: nfnetlink_log: fix reference leakMichal Miroslaw1-3/+4
2007-03-05[NETFILTER]: tcp conntrack: accept SYN|URG as validPatrick McHardy2-2/+6
2007-03-05[NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefsPatrick McHardy13-40/+20
2007-03-05[NETFILTER]: conntrack: fix {nf,ip}_ct_iterate_cleanup endless loopsPatrick McHardy2-2/+2
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni1-10/+32
2007-03-02[NetLabel]: Verify sensitivity level has a valid CIPSO mappingPaul Moore1-3/+4
2007-03-02[AF_UNIX]: Test against sk_max_ack_backlog properly.David S. Miller1-3/+3
2007-02-28[TCP]: Fix minisock tcp_create_openreq_child() typo.Arnaldo Carvalho de Melo1-1/+1
2007-02-28[NET]: Fix kfree(skb)Patrick McHardy4-4/+4
2007-02-28[NET]: Handle disabled preemption in gfp_any()Patrick McHardy1-2/+1
2007-02-28[BRIDGE]: Fix locking of set path cost.Stephen Hemminger1-2/+1
2007-02-28[IPV6]: /proc/net/anycast6 unbalanced inet6_dev refcntDavid Stevens1-0/+1
2007-02-28[IPX]: Remove ancient changelogRolf Eike Beer1-101/+0
2007-02-28[IPX]: Remove outdated information from KconfigRolf Eike Beer1-5/+1
2007-02-28[IPV6]: anycast refcnt fixMichal Wrobel1-0/+2
2007-02-28[XFRM] xfrm_user: Fix return values of xfrm_add_sa_expire.David S. Miller1-3/+3
2007-02-26[XFRM]: Fix oops in xfrm4_dst_destroy()Bernhard Walle1-1/+1
2007-02-26[XFRM_TUNNEL]: Reload header pointer after pskb_may_pull/pskb_expand_headArnaldo Carvalho de Melo1-0/+1
2007-02-26[IPV4]: Use random32() in net/ipv4/multipathJoe Perches2-29/+4
2007-02-26[BRIDGE]: eliminate workqueue for carrier checkStephen Hemminger3-42/+17