Age | Commit message (Expand) | Author | Files | Lines |
2005-11-12 | [IPV6]: Fix unnecessary GFP_ATOMIC allocation in fib6 dump | Thomas Graf | 1 | -1/+1 |
2005-11-12 | [NETFILTER] {ip,nf}_conntrack TCP: Accept SYN+PUSH like SYN | Vlad Drukker | 2 | -0/+2 |
2005-11-12 | [IPV6]: Fix rtnetlink dump infinite loop | Herbert Xu | 1 | -4/+2 |
2005-11-12 | [SCTP]: Include ulpevents in socket receive buffer accounting. | Neil Horman | 8 | -39/+54 |
2005-11-12 | [SCTP]: Remove timeouts[] array from sctp_endpoint. | Vladislav Yasevich | 4 | -29/+25 |
2005-11-12 | [SCTP]: Fix potential NULL pointer dereference in sctp_v4_get_saddr | Vladislav Yasevich | 1 | -0/+3 |
2005-11-12 | [IPV6]: Fix inet6_init missing unregister. | David S. Miller | 1 | -2/+6 |
2005-11-11 | [DECNET]: fix SIGPIPE | Patrick Caulfield | 1 | -7/+7 |
2005-11-11 | [PATCH] TCP: fix vegas build | Jeff Garzik | 1 | -1/+1 |
2005-11-11 | [TCP]: speed up SACK processing | Stephen Hemminger | 2 | -26/+172 |
2005-11-11 | [TCP]: spelling fixes | Stephen Hemminger | 6 | -31/+31 |
2005-11-11 | [TCP]: receive buffer growth limiting with mixed MTU | John Heffner | 1 | -27/+8 |
2005-11-11 | [TCP]: Appropriate Byte Count support | Stephen Hemminger | 5 | -11/+37 |
2005-11-11 | [TCP]: add tcp_slow_start helper | Stephen Hemminger | 6 | -59/+33 |
2005-11-11 | [TCP]: simplify microsecond rtt sampling | Stephen Hemminger | 1 | -32/+30 |
2005-11-11 | [TCP]: fix congestion window update when using TSO deferal | Stephen Hemminger | 7 | -9/+11 |
2005-11-11 | [NET]: Detect hardware rx checksum faults correctly | Herbert Xu | 16 | -131/+139 |
2005-11-10 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 41 | -214/+9306 |
2005-11-10 | [PATCH] SUNRPC: don't reencode when looping in call transmit. | Trond Myklebust | 1 | -3/+29 |
2005-11-10 | [NETLINK]: Generic netlink family | Thomas Graf | 2 | -1/+580 |
2005-11-10 | [RTNETLINK]: Use generic netlink receive queue processor | Thomas Graf | 1 | -70/+5 |
2005-11-10 | [XFRM]: Use generic netlink receive queue processor | Thomas Graf | 1 | -56/+5 |
2005-11-10 | [NETLINK]: Generic netlink receive queue processor | Thomas Graf | 1 | -0/+91 |
2005-11-10 | [NETLINK]: Make netlink_callback->done() optional | Thomas Graf | 5 | -25/+8 |
2005-11-10 | [NETLINK]: Type-safe netlink messages/attributes interface | Thomas Graf | 2 | -1/+329 |
2005-11-10 | [NETFILTER]: Add nf_conntrack subsystem. | Yasuyuki Kozakai | 33 | -62/+8289 |
2005-11-10 | [IPV6]: ip6ip6_lock is not unlocked in error path. | Ken-ichirou MATSUZAWA | 1 | -0/+1 |
2005-11-10 | [IPV6]: Fix fallout from CONFIG_IPV6_PRIVACY | Peter Chubb | 1 | -1/+2 |
2005-11-10 | [NETFILTER] ctnetlink: ICMP_ID is u_int16_t not u_int8_t. | Krzysztof Piotr Oledzki | 1 | -1/+1 |
2005-11-10 | [NETFILTER] ctnetlink: Fix oops when no ICMP ID info in message | Krzysztof Piotr Oledzki | 1 | -1/+2 |
2005-11-10 | [NETFILTER] ctnetlink: Add support to identify expectations by ID's | Pablo Neira Ayuso | 1 | -0/+8 |
2005-11-10 | [NETFILTER] ctnetlink: propagate error instaed of returning -EPERM | Pablo Neira Ayuso | 1 | -1/+1 |
2005-11-10 | [NETFILTER] ctnetlink: return -EINVAL if size is wrong | Pablo Neira Ayuso | 1 | -1/+1 |
2005-11-10 | [NETFILTER]: stop tracking ICMP error at early point | Yasuyuki Kozakai | 1 | -5/+5 |
2005-11-10 | [NETFILTER] nfnetlink: only load subsystems if CAP_NET_ADMIN is set | Harald Welte | 1 | -7/+10 |
2005-11-10 | [NETFILTER] PPTP helper: fix PNS-PAC expectation call id | Philip Craig | 1 | -2/+26 |
2005-11-10 | [NETFILTER] ctnetlink: get_conntrack can use GFP_KERNEL | Pablo Neira Ayuso | 1 | -1/+1 |
2005-11-10 | [NETFILTER] ctnetlink: kill unused includes | Pablo Neira Ayuso | 1 | -3/+0 |
2005-11-10 | [NETFILTER] ctnetlink: add module alias to fix autoloading | Pablo Neira Ayuso | 1 | -0/+2 |
2005-11-10 | [NETFILTER] ctnetlink: add marking support from userspace | Pablo Neira Ayuso | 1 | -0/+10 |
2005-11-09 | [NETFILTER] ctnetlink: check if protoinfo is present | Pablo Neira Ayuso | 1 | -0/+5 |
2005-11-09 | [NETFILTER] nfnetlink: nfattr_parse() can never fail, make it void | Harald Welte | 3 | -45/+10 |
2005-11-09 | [NETFILTER]: refcount leak of proto when ctnetlink dumping tuple | Yasuyuki Kozakai | 1 | -3/+6 |
2005-11-09 | [NETFILTER]: packet counter of conntrack is 32bits | Yasuyuki Kozakai | 1 | -1/+1 |
2005-11-09 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -116/+52 |
2005-11-09 | [PATCH] sanitize lookup_hash prototype | Christoph Hellwig | 1 | -3/+3 |
2005-11-09 | [PATCH] add a vfs_permission helper | Christoph Hellwig | 1 | -1/+1 |
2005-11-09 | ieee80211: cleanup crypto list handling, other minor cleanups. | Christoph Hellwig | 1 | -111/+41 |
2005-11-09 | Merge rsync://bughost.org/repos/ieee80211-delta/ | Jeff Garzik | 1 | -5/+9 |
2005-11-08 | [Bluetooth]: Remove the usage of /proc completely | Marcel Holtmann | 6 | -357/+63 |