Age | Commit message (Expand) | Author | Files | Lines |
2007-03-08 | [BRIDGE]: adding new device to bridge should enable if up | Aji Srinivas | 1 | -0/+4 |
2007-03-08 | [IPV6]: Do not set IF_READY if device is down | Herbert Xu | 1 | -4/+0 |
2007-03-08 | [IPSEC]: xfrm audit hook misplaced in pfkey_delete and xfrm_del_sa | Eric Paris | 2 | -6/+4 |
2007-03-08 | [IPSEC]: Add xfrm policy change auditing to pfkey_spdget | Eric Paris | 1 | -6/+11 |
2007-03-08 | [IPSEC]: xfrm_policy delete security check misplaced | Eric Paris | 3 | -16/+27 |
2007-03-08 | [DCCP]: Revert patch which disables bidirectional mode | Gerrit Renker | 2 | -23/+5 |
2007-03-08 | [IPV6]: Handle np->opt being NULL in ipv6_getsockopt_sticky(). | David S. Miller | 1 | -3/+7 |
2007-03-08 | [UDP]: Reread uh pointer after pskb_trim | Herbert Xu | 1 | -0/+1 |
2007-03-08 | [NETFILTER]: nfnetlink_log: fix crash on bridged packet | Patrick McHardy | 1 | -1/+1 |
2007-03-08 | [NETFILTER]: nfnetlink_log: zero-terminate prefix | Patrick McHardy | 1 | -1/+1 |
2007-03-08 | [NETFILTER]: nf_conntrack_ipv6: fix incorrect classification of IPv6 fragment... | Patrick McHardy | 1 | -0/+1 |
2007-03-07 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 21 | -64/+57 |
2007-03-07 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+23 |
2007-03-07 | [DCCP]: Set RTO for newly created child socket | Gerrit Renker | 1 | -1/+1 |
2007-03-07 | [DCCP]: Correctly split CCID half connections | Gerrit Renker | 1 | -6/+6 |
2007-03-07 | [NET]: Fix compat_sock_common_getsockopt typo. | Johannes Berg | 1 | -1/+1 |
2007-03-06 | [NET]: Revert incorrect accept queue backlog changes. | David S. Miller | 1 | -3/+3 |
2007-03-06 | [PATCH] knfsd: provide sunrpc pool_mode module option | Greg Banks | 1 | -19/+114 |
2007-03-06 | [PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS ... | NeilBrown | 2 | -13/+24 |
2007-03-06 | [PATCH] knfsd: remove CONFIG_IPV6 ifdefs from sunrpc server code | NeilBrown | 1 | -10/+3 |
2007-03-06 | [PATCH] knfsd: use recv_msg to get peer address for NFSD instead of code-copying | NeilBrown | 1 | -32/+40 |
2007-03-06 | bonding: Improve IGMP join processing | Jay Vosburgh | 1 | -0/+23 |
2007-03-06 | [NETFILTER]: ip6_route_me_harder should take into account mark | Yasuyuki Kozakai | 1 | -0/+1 |
2007-03-06 | [NETFILTER]: nfnetlink_log: fix reference counting | Michal Miroslaw | 1 | -3/+6 |
2007-03-06 | [NETFILTER]: nfnetlink_log: fix module reference counting | Patrick McHardy | 1 | -2/+1 |
2007-03-06 | [NETFILTER]: nfnetlink_log: fix possible NULL pointer dereference | Michal Miroslaw | 1 | -0/+4 |
2007-03-06 | [NETFILTER]: nfnetlink_log: fix NULL pointer dereference | Michal Miroslaw | 1 | -0/+1 |
2007-03-06 | [NETFILTER]: nfnetlink_log: fix use after free | Michal Miroslaw | 1 | -1/+1 |
2007-03-06 | [NETFILTER]: nfnetlink_log: fix reference leak | Michal Miroslaw | 1 | -3/+4 |
2007-03-06 | [NETFILTER]: tcp conntrack: accept SYN|URG as valid | Patrick McHardy | 2 | -2/+6 |
2007-03-06 | [NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefs | Patrick McHardy | 13 | -40/+20 |
2007-03-06 | [NETFILTER]: conntrack: fix {nf,ip}_ct_iterate_cleanup endless loops | Patrick McHardy | 2 | -2/+2 |
2007-03-03 | [VLAN]: Avoid a 4-order allocation. | Dan Aloni | 1 | -10/+32 |
2007-03-03 | [NetLabel]: Verify sensitivity level has a valid CIPSO mapping | Paul Moore | 1 | -3/+4 |
2007-03-03 | [AF_UNIX]: Test against sk_max_ack_backlog properly. | David S. Miller | 1 | -3/+3 |
2007-02-28 | [TCP]: Fix minisock tcp_create_openreq_child() typo. | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-02-28 | [NET]: Fix kfree(skb) | Patrick McHardy | 4 | -4/+4 |
2007-02-28 | [NET]: Handle disabled preemption in gfp_any() | Patrick McHardy | 1 | -2/+1 |
2007-02-28 | [BRIDGE]: Fix locking of set path cost. | Stephen Hemminger | 1 | -2/+1 |
2007-02-28 | [IPV6]: /proc/net/anycast6 unbalanced inet6_dev refcnt | David Stevens | 1 | -0/+1 |
2007-02-28 | [IPX]: Remove ancient changelog | Rolf Eike Beer | 1 | -101/+0 |
2007-02-28 | [IPX]: Remove outdated information from Kconfig | Rolf Eike Beer | 1 | -5/+1 |
2007-02-28 | [IPV6]: anycast refcnt fix | Michal Wrobel | 1 | -0/+2 |
2007-02-28 | [XFRM] xfrm_user: Fix return values of xfrm_add_sa_expire. | David S. Miller | 1 | -3/+3 |
2007-02-26 | [XFRM]: Fix oops in xfrm4_dst_destroy() | Bernhard Walle | 1 | -1/+1 |
2007-02-26 | [XFRM_TUNNEL]: Reload header pointer after pskb_may_pull/pskb_expand_head | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2007-02-26 | [IPV4]: Use random32() in net/ipv4/multipath | Joe Perches | 2 | -29/+4 |
2007-02-26 | [BRIDGE]: eliminate workqueue for carrier check | Stephen Hemminger | 3 | -42/+17 |
2007-02-26 | [BRIDGE]: get rid of miscdevice include | Stephen Hemminger | 1 | -1/+0 |
2007-02-26 | [IPV6]: Fix __ipv6_addr_type() export in correct place. | David S. Miller | 2 | -1/+1 |