Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | net: introduce DST_NOCACHE flag | Eric Dumazet | 2010-10-03 | 1 | -0/+1 | |
| * | | | | ipmr: cleanups | Eric Dumazet | 2010-10-03 | 1 | -114/+124 | |
| * | | | | ipmr: RCU protection for mfc_cache_array | Eric Dumazet | 2010-10-03 | 1 | -40/+47 | |
| * | | | | ipmr: RCU conversion of mroute_sk | Eric Dumazet | 2010-10-03 | 1 | -42/+49 | |
| * | | | | ipmr: __pim_rcv() is called under rcu_read_lock | Eric Dumazet | 2010-10-03 | 1 | -6/+4 | |
| * | | | | gre: protocol table can be static | stephen hemminger | 2010-10-03 | 1 | -1/+1 | |
| * | | | | ipv4: rcu conversion in ip_route_output_slow | Eric Dumazet | 2010-09-30 | 1 | -26/+12 | |
| * | | | | ipv4: introduce __ip_dev_find() | Eric Dumazet | 2010-09-30 | 1 | -13/+19 | |
| * | | | | ipv4: __mkroute_output() speedup | Eric Dumazet | 2010-09-30 | 1 | -18/+15 | |
| * | | | | ip_gre: comments change | Eric Dumazet | 2010-09-29 | 1 | -4/+4 | |
| * | | | | tcp: tcp_enter_quickack_mode can be static | stephen hemminger | 2010-09-29 | 1 | -1/+1 | |
| * | | | | arp: remove unnecessary export of arp_broken_ops | stephen hemminger | 2010-09-29 | 1 | -2/+1 | |
| * | | | | ipip: enable lockless xmits | Eric Dumazet | 2010-09-29 | 1 | -0/+1 | |
| * | | | | ip_gre: lockless xmit | Eric Dumazet | 2010-09-29 | 1 | -0/+4 | |
| * | | | | ipip: fix percpu stats accounting | Eric Dumazet | 2010-09-29 | 1 | -3/+10 | |
| * | | | | ipv4: Allow configuring subnets as local addresses | Tom Herbert | 2010-09-28 | 1 | -4/+3 | |
| * | | | | ipip: percpu stats accounting | Eric Dumazet | 2010-09-27 | 1 | -34/+93 | |
| * | | | | ip_gre: percpu stats accounting | Eric Dumazet | 2010-09-27 | 1 | -39/+104 | |
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-09-27 | 11 | -31/+56 | |
| |\ \ \ \ | ||||||
| * | | | | | net: fix rcu use in ip_route_output_slow | Eric Dumazet | 2010-09-26 | 1 | -1/+1 | |
| * | | | | | ip: take care of last fragment in ip_append_data | Eric Dumazet | 2010-09-24 | 1 | -3/+6 | |
| * | | | | | net: return operator cleanup | Eric Dumazet | 2010-09-23 | 11 | -19/+19 | |
| * | | | | | net: rx_dropped accounting | Eric Dumazet | 2010-09-20 | 2 | -3/+8 | |
| * | | | | | bridge : Sanitize skb before it enters the IP stack | Bandan Das | 2010-09-19 | 1 | -1/+2 | |
| * | | | | | ipv4: ip_ptr cleanups | Eric Dumazet | 2010-09-15 | 2 | -3/+3 | |
| * | | | | | gre: get rid of ipgre_lock | Eric Dumazet | 2010-09-15 | 1 | -29/+32 | |
| * | | | | | ipip: get rid of ipip_lock | Eric Dumazet | 2010-09-15 | 1 | -33/+34 | |
| | |_|/ / | |/| | | | ||||||
| * | | | | fib: cleanups | Eric Dumazet | 2010-09-10 | 1 | -32/+23 | |
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-09-09 | 11 | -35/+97 | |
| |\ \ \ \ | ||||||
| * | | | | | tunnels: missing rcu_assign_pointer() | Eric Dumazet | 2010-09-09 | 1 | -1/+1 | |
| * | | | | | net: inet_add_protocol() can use cmpxchg() | Eric Dumazet | 2010-09-08 | 1 | -26/+5 | |
| * | | | | | net: arp: code cleanup | Changli Gao | 2010-09-02 | 1 | -103/+123 | |
| * | | | | | tcp: update also tcp_output with regard to RFC 5681 | Gerrit Renker | 2010-09-01 | 1 | -9/+3 | |
| * | | | | | net: tunnels should use rcu_dereference | Eric Dumazet | 2010-09-01 | 1 | -4/+9 | |
| * | | | | | gro: unexport tcp4_gro_receive and tcp4_gro_complete | Eric Dumazet | 2010-08-31 | 1 | -2/+0 | |
| * | | | | | net: struct xfrm_tunnel in read_mostly section | Eric Dumazet | 2010-08-30 | 3 | -5/+5 | |
| * | | | | | tcp/dccp: Consolidate common code for RFC 3390 conversion | Gerrit Renker | 2010-08-30 | 1 | -15/+2 | |
| * | | | | | tcp: Add TCP_USER_TIMEOUT socket option. | Jerry Chu | 2010-08-30 | 2 | -16/+35 | |
| * | | | | | net: ip_append_data() optim | Eric Dumazet | 2010-08-24 | 1 | -4/+3 | |
| * | | | | | net: Rename skb_has_frags to skb_has_frag_list | David S. Miller | 2010-08-23 | 2 | -2/+2 | |
| * | | | | | tcp: allow effective reduction of TCP's rcv-buffer via setsockopt | Hagen Paul Pfeifer | 2010-08-22 | 1 | -0/+11 | |
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-08-21 | 2 | -0/+4 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol) | Dmitry Kozlov | 2010-08-21 | 4 | -7/+166 | |
| * | | | | | | net: build_ehash_secret() and rt_bind_peer() cleanups | Eric Dumazet | 2010-08-20 | 2 | -13/+4 | |
| * | | | | | | netfilter: ipt_CLUSTERIP: use proto_ports_offset() to support AH message | Changli Gao | 2010-08-19 | 1 | -16/+15 | |
| * | | | | | | net: simplify flags for tx timestamping | Oliver Hartkopp | 2010-08-19 | 4 | -8/+8 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 1 | -0/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-10-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge commit 'v2.6.36-rc7' into core/rcu | Ingo Molnar | 2010-10-07 | 18 | -50/+148 | |
| |\ \ \ \ \ \ |