| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2 | Patrick McHardy | 2007-04-25 | 1 | -2/+0 |
* | [NET_SCHED]: kill PSCHED_AUDIT_TDIFF | Patrick McHardy | 2007-04-25 | 1 | -1/+0 |
* | [NETLINK]: Remove error pointer from netlink message handler | Thomas Graf | 2007-04-25 | 1 | -1/+1 |
* | [NET] rules: Unified rules dumping | Thomas Graf | 2007-04-25 | 2 | -3/+8 |
* | [IPv6]: Use rtnl registration interface | Thomas Graf | 2007-04-25 | 2 | -7/+0 |
* | [DECNet]: Use rtnl registration interface | Thomas Graf | 2007-04-25 | 2 | -10/+0 |
* | [PKT_SCHED] qdisc: Use rtnl registration interface | Thomas Graf | 2007-04-25 | 1 | -1/+1 |
* | [IPv4]: Use rtnl registration interface | Thomas Graf | 2007-04-25 | 1 | -6/+0 |
* | [NET] rules: Use rtnl registration interface | Thomas Graf | 2007-04-25 | 1 | -5/+1 |
* | [NEIGH]: Use rtnl registration interface | Thomas Graf | 2007-04-25 | 1 | -9/+1 |
* | [RTNL]: Message handler registration interface | Thomas Graf | 2007-04-25 | 1 | -0/+18 |
* | [NETLINK]: Use nlmsg_trim() where appropriate | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 2007-04-25 | 3 | -9/+7 |
* | [NET_SCHED]: kill jiffie conversion macros | Patrick McHardy | 2007-04-25 | 1 | -3/+0 |
* | [NET_SCHED]: Add hrtimer based qdisc watchdog | Patrick McHardy | 2007-04-25 | 1 | -0/+10 |
* | [NET_SCHED]: Use ktime as clocksource | Patrick McHardy | 2007-04-25 | 1 | -156/+13 |
* | [NETFILTER]: nf_conntrack: uninline notifier registration functions | Patrick McHardy | 2007-04-25 | 1 | -24/+6 |
* | [NETFILTER]: nfnetlink: use mutex instead of semaphore | Patrick McHardy | 2007-04-25 | 1 | -4/+1 |
* | [NETFILTER]: nf_conntrack: remove ugly hack in l4proto registration | Patrick McHardy | 2007-04-25 | 1 | -0/+3 |
* | [NETFILTER]: Remove IPv4 only connection tracking/NAT | Patrick McHardy | 2007-04-25 | 3 | -155/+5 |
* | [SK_BUFF]: Introduce skb_transport_header(skb) | Arnaldo Carvalho de Melo | 2007-04-25 | 3 | -4/+4 |
* | [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th | Arnaldo Carvalho de Melo | 2007-04-25 | 2 | -4/+4 |
* | [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: Introduce skb_transport_offset() | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -3/+3 |
* | [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph | Arnaldo Carvalho de Melo | 2007-04-25 | 3 | -4/+4 |
* | [IP]: Introduce ip_hdrlen() | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+6 |
* | [SK_BUFF]: Introduce skb_network_header() | Arnaldo Carvalho de Melo | 2007-04-25 | 4 | -6/+8 |
* | [SK_BUFF]: Introduce skb_reset_network_header(skb) | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [LLC]: Kill llc_set_pdu_hdr | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -6/+5 |
* | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 2007-04-25 | 2 | -2/+2 |
* | [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support | Eric Dumazet | 2007-04-25 | 1 | -10/+7 |
* | [NET]: Replace CONFIG_NET_DEBUG with sysctl. | Stephen Hemminger | 2007-04-25 | 1 | -7/+5 |
* | [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution | Eric Dumazet | 2007-04-25 | 2 | -0/+2 |
* | [TCP]: Abstract out all write queue operations. | David S. Miller | 2007-04-25 | 2 | -21/+114 |
* | [UDP]: Clean up UDP-Lite receive checksum | Herbert Xu | 2007-04-25 | 2 | -37/+7 |
* | [IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support. | Neil Horman | 2007-04-25 | 1 | -1/+3 |
* | [NET]: convert network timestamps to ktime_t | Eric Dumazet | 2007-04-25 | 1 | -9/+9 |
* | [NET]: Convert xtime.tv_sec to get_seconds() | James Morris | 2007-04-25 | 1 | -2/+2 |
* | [NET]: Keep sk_backlog near sk_lock | Eric Dumazet | 2007-04-25 | 1 | -9/+9 |
* | [TCP]: Add two new spurious RTO responses to FRTO | Ilpo Järvinen | 2007-04-25 | 1 | -1/+2 |
* | [TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_... | John Heffner | 2007-04-25 | 1 | -0/+1 |
* | [TCP] FRTO: Entry is allowed only during (New)Reno like recovery | Ilpo Järvinen | 2007-04-25 | 1 | -1/+1 |
* | [TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c | Ilpo Järvinen | 2007-04-25 | 1 | -13/+1 |
* | [IFB]: Fix crash on input device removal | Patrick McHardy | 2007-03-29 | 1 | -2/+5 |
* | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Jeff Garzik | 2007-03-28 | 1 | -9/+21 |
|\ |
|
| * | [PATCH] WE-22 : prevent information leak on 64 bit | Jean Tourrilhes | 2007-03-27 | 1 | -9/+21 |
* | | [IPV6]: Fix routing round-robin locking. | David S. Miller | 2007-03-25 | 1 | -0/+1 |
* | | [NET]: Fix neighbour destructor handling. | Alexey Kuznetsov | 2007-03-25 | 1 | -1/+1 |
* | | [NET]: Fix fib_rules compatibility breakage | Thomas Graf | 2007-03-25 | 1 | -0/+1 |
|/ |
|