| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-04 | ipv4: add a fib_type to fib_info | Eric Dumazet | 1 | -0/+2 |
| 2012-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 63 | -4121/+2021 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 7 | -40/+64 |
| 2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
| 2012-10-01 | igmp: export symbol ip_mc_leave_group | stephen hemminger | 1 | -0/+1 |
| 2012-10-01 | gre: fix sparse warning | stephen hemminger | 1 | -2/+2 |
| 2012-10-01 | ipv4: gre: add GRO capability | Eric Dumazet | 1 | -2/+11 |
| 2012-10-01 | tcp: gro: add checksuming helpers | Eric Dumazet | 1 | -3/+16 |
| 2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -24/+36 |
| 2012-09-27 | inetpeer: fix token initialization | Nicolas Dichtel | 1 | -1/+4 |
| 2012-09-27 | tcp: Remove unused parameter from tcp_v4_save_options | Christoph Paasch | 1 | -3/+2 |
| 2012-09-27 | tunnel: drop packet if ECN present with not-ECT | stephen hemminger | 2 | -33/+47 |
| 2012-09-27 | xfrm: remove extranous rcu_read_lock | stephen hemminger | 2 | -13/+1 |
| 2012-09-27 | gre: remove unnecessary rcu_read_lock/unlock | stephen hemminger | 1 | -14/+7 |
| 2012-09-27 | gre: fix handling of key 0 | stephen hemminger | 1 | -10/+34 |
| 2012-09-25 | ipconfig: fix trivial build error | Andy Shevchenko | 1 | -11/+11 |
| 2012-09-25 | net: raw: revert unrelated change | Eric Dumazet | 1 | -12/+7 |
| 2012-09-24 | net: use a per task frag allocator | Eric Dumazet | 4 | -114/+62 |
| 2012-09-24 | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller | 4 | -229/+10 |
| 2012-09-22 | tcp: TCP Fast Open Server - record retransmits after 3WHS | Neal Cardwell | 1 | -0/+2 |
| 2012-09-22 | tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packets | Neal Cardwell | 1 | -1/+2 |
| 2012-09-22 | tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTT | Neal Cardwell | 1 | -4/+6 |
| 2012-09-22 | tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS | Neal Cardwell | 2 | -3/+10 |
| 2012-09-22 | tcp: extract code to compute SYNACK RTT | Neal Cardwell | 1 | -3/+1 |
| 2012-09-22 | ipv4: raw: fix icmp_filter() | Eric Dumazet | 1 | -6/+8 |
| 2012-09-21 | ipconfig: add nameserver IPs to kernel-parameter ip= | Christoph Fritz | 1 | -3/+36 |
| 2012-09-21 | net: change return values from -EACCES to -EPERM | Zhao Hongjiang | 1 | -2/+2 |
| 2012-09-21 | netfilter: combine ipt_REDIRECT and ip6t_REDIRECT | Jan Engelhardt | 3 | -121/+5 |
| 2012-09-21 | netfilter: combine ipt_NETMAP and ip6t_NETMAP | Jan Engelhardt | 3 | -108/+5 |
| 2012-09-20 | tcp: restore rcv_wscale in a repair mode (v2) | Andrey Vagin | 1 | -3/+10 |
| 2012-09-20 | tcp: Document use of undefined variable. | Alan Cox | 1 | -0/+4 |
| 2012-09-20 | ipv4: Don't add TCP-code in inet_sock_destruct | Christoph Paasch | 2 | -2/+7 |
| 2012-09-19 | ipv6: unify fragment thresh handling code | Amerigo Wang | 2 | -5/+9 |
| 2012-09-19 | tcp: flush DMA queue before sk_wait_data if rcv_wnd is zero | Michal Kubeček | 1 | -2/+8 |
| 2012-09-19 | gre: add GSO support | Eric Dumazet | 1 | -0/+12 |
| 2012-09-18 | tcp: fix regression in urgent data handling | Eric Dumazet | 1 | -3/+2 |
| 2012-09-18 | netns: move net->ipv4.rt_genid to net->rt_genid | Nicolas Dichtel | 1 | -7/+2 |
| 2012-09-18 | net: rt_cache_flush() cleanup | Eric Dumazet | 1 | -17/+2 |
| 2012-09-18 | ipv4/route: arg delay is useless in rt_cache_flush() | Nicolas Dichtel | 6 | -34/+21 |
| 2012-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+5 |
| 2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 9 | -53/+53 |
| 2012-09-08 | netlink: hide struct module parameter in netlink_kernel_create | Pablo Neira Ayuso | 2 | -3/+2 |
| 2012-09-07 | net: rt_cache_flush() cleanup | Eric Dumazet | 1 | -17/+2 |
| 2012-09-07 | ipv4/route: arg delay is useless in rt_cache_flush() | Nicolas Dichtel | 6 | -34/+21 |
| 2012-09-07 | igmp: avoid drop_monitor false positives | Eric Dumazet | 1 | -11/+19 |
| 2012-09-07 | udp: increment UDP_MIB_INERRORS if copy failed | Eric Dumazet | 1 | -0/+5 |
| 2012-09-06 | tcp: fix TFO regression | Eric Dumazet | 2 | -7/+4 |
| 2012-09-05 | tcp: add generic netlink support for tcp_metrics | Julian Anastasov | 1 | -13/+341 |
| 2012-09-03 | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller | 30 | -3358/+545 |
| 2012-09-03 | tcp: use PRR to reduce cwin in CWR state | Yuchung Cheng | 2 | -81/+44 |
| 2012-09-03 | tcp: move tcp_update_cwnd_in_recovery | Yuchung Cheng | 1 | -32/+32 |
| 2012-09-03 | tcp: move tcp_enter_cwr() | Yuchung Cheng | 1 | -23/+23 |
| 2012-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Pablo Neira Ayuso | 21 | -129/+760 |
| 2012-09-03 | netfilter: properly annotate ipv4_netfilter_{init,fini}() | Jan Beulich | 1 | -2/+2 |
| 2012-08-31 | tcp: TCP Fast Open Server - main code path | Jerry Chu | 2 | -27/+309 |
| 2012-08-31 | tcp: TCP Fast Open Server - support TFO listeners | Jerry Chu | 8 | -33/+227 |
| 2012-08-31 | tcp: TCP Fast Open Server - header & support functions | Jerry Chu | 4 | -3/+133 |
| 2012-08-31 | ipv4: Minor logic clean-up in ipv4_mtu | Alexander Duyck | 1 | -4/+1 |
| 2012-08-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -13/+27 |
| 2012-08-31 | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 1 | -1/+4 |
| 2012-08-30 | ipv4: must use rcu protection while calling fib_lookup | Eric Dumazet | 1 | -0/+2 |
| 2012-08-30 | net: ipv4: ipmr_expire_timer causes crash when removing net namespace | Francesco Ruggeri | 1 | -2/+12 |
| 2012-08-30 | netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectation | Pablo Neira Ayuso | 1 | -1/+4 |
| 2012-08-30 | netfilter: nf_nat: support IPv6 in TFTP NAT helper | Pablo Neira Ayuso | 3 | -56/+0 |
| 2012-08-30 | netfilter: nf_nat: support IPv6 in IRC NAT helper | Pablo Neira Ayuso | 3 | -105/+0 |
| 2012-08-30 | netfilter: nf_nat: support IPv6 in SIP NAT helper | Patrick McHardy | 3 | -586/+0 |
| 2012-08-30 | netfilter: nf_nat: support IPv6 in amanda NAT helper | Patrick McHardy | 3 | -91/+0 |
| 2012-08-30 | netfilter: nf_nat: support IPv6 in FTP NAT helper | Patrick McHardy | 3 | -143/+0 |
| 2012-08-30 | netfilter: ip6tables: add MASQUERADE target | Patrick McHardy | 1 | -1/+2 |
| 2012-08-30 | netfilter: add protocol independent NAT core | Patrick McHardy | 28 | -2382/+518 |
| 2012-08-30 | netfilter: nf_nat: add protoff argument to packet mangling functions | Patrick McHardy | 8 | -74/+100 |
| 2012-08-26 | ipv4: fix path MTU discovery with connection tracking | Patrick McHardy | 2 | -2/+10 |
| 2012-08-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie... | David S. Miller | 7 | -40/+64 |
| 2012-08-24 | tcp: fix cwnd reduction for non-sack recovery | Yuchung Cheng | 1 | -8/+7 |
| 2012-08-24 | ipv4: take rt_uncached_lock only if needed | Eric Dumazet | 1 | -1/+1 |
| 2012-08-23 | net: reinstate rtnl in call_netdevice_notifiers() | Eric Dumazet | 2 | -10/+3 |
| 2012-08-22 | net: remove delay at device dismantle | Eric Dumazet | 2 | -5/+9 |
| 2012-08-22 | ipv4: properly update pmtu | Eric Dumazet | 1 | -1/+1 |
| 2012-08-22 | Merge git://1984.lsi.us.es/nf-next | David S. Miller | 4 | -28/+7 |
| 2012-08-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 12 | -30/+64 |
| 2012-08-22 | netfilter: remove unnecessary goto statement for error recovery | Jean Sacren | 3 | -15/+3 |
| 2012-08-21 | ipv4: fix ip header ident selection in __ip_make_skb() | Eric Dumazet | 1 | -1/+1 |
| 2012-08-21 | ipv4: Use newinet->inet_opt in inet_csk_route_child_sock() | Christoph Paasch | 1 | -1/+6 |
| 2012-08-21 | tcp: fix possible socket refcount problem | Eric Dumazet | 3 | -10/+18 |
| 2012-08-21 | workqueue: make deferrable delayed_work initializer names consistent | Tejun Heo | 1 | -1/+1 |
| 2012-08-20 | net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child() | Neal Cardwell | 2 | -2/+1 |
| 2012-08-20 | Merge git://1984.lsi.us.es/nf | David S. Miller | 1 | -4/+5 |
| 2012-08-15 | net: remove wrong initialization for snd_wl1 | Razvan Ghitulete | 1 | -2/+1 |
| 2012-08-14 | userns: Teach inet_diag to work with user namespaces | Eric W. Biederman | 2 | -7/+19 |
| 2012-08-14 | userns: Use kgids for sysctl_ping_group_range | Eric W. Biederman | 2 | -27/+33 |
| 2012-08-14 | userns: Print out socket uids in a user namespace aware fashion. | Eric W. Biederman | 4 | -6/+12 |
| 2012-08-14 | net: ipv4: fib_trie: Don't unnecessarily search for already found fib leaf | Igor Maravic | 1 | -4/+6 |
| 2012-08-14 | ipv4: Cache local output routes | Yan, Zheng | 1 | -1/+0 |
| 2012-08-14 | netfilter: PTR_RET can be used | Wu Fengguang | 4 | -13/+4 |
| 2012-08-10 | ipv4: fix ip_send_skb() | Eric Dumazet | 2 | -4/+3 |
| 2012-08-10 | netfilter: nf_nat_sip: fix via header translation with multiple parameters | Patrick McHardy | 1 | -2/+3 |
| 2012-08-10 | netfilter: nf_ct_sip: fix IPv6 address parsing | Patrick McHardy | 1 | -2/+2 |
| 2012-08-09 | net: tcp: ipv6_mapped needs sk_rx_dst_set method | Eric Dumazet | 1 | -1/+2 |
| 2012-08-09 | ipv4: tcp: unicast_sock should not land outside of TCP stack | Eric Dumazet | 1 | -0/+1 |
| 2012-08-09 | net: Loopback ifindex is constant now | Pavel Emelyanov | 4 | -6/+6 |
| 2012-08-09 | time: jiffies_delta_to_clock_t() helper to the rescue | Eric Dumazet | 2 | -10/+10 |
| 2012-08-09 | tcp: must free metrics at net dismantle | Eric Dumazet | 1 | -0/+12 |
| 2012-08-08 | net: fib: fix incorrect call_rcu_bh() | Eric Dumazet | 1 | -1/+1 |
| 2012-08-07 | fib: use __fls() on non null argument | Eric Dumazet | 1 | -1/+2 |
| 2012-08-06 | tcp: ecn: dont delay ACKS after CE | Eric Dumazet | 1 | -1/+5 |
| 2012-08-06 | net: tcp: GRO should be ECN friendly | Eric Dumazet | 1 | -2/+2 |
| 2012-08-06 | net: ipv6: fix TCP early demux | Eric Dumazet | 3 | -5/+14 |
| 2012-08-06 | ip: fix error handling in ip_finish_output2() | Vasiliy Kulikov | 1 | -1/+1 |
| 2012-08-06 | tcp_output: fix sparse warning for tcp_wfree | Silviu-Mihai Popescu | 1 | -1/+1 |
| 2012-08-04 | ipv4: Introduce IN_DEV_NET_ROUTE_LOCALNET | Eric Dumazet | 1 | -4/+7 |
| 2012-08-04 | ipv4: change inet_addr_hash() | Eric Dumazet | 1 | -21/+18 |
| 2012-08-02 | ipv4: route.c cleanup | Eric Dumazet | 1 | -4/+0 |
| 2012-08-02 | tcp: Apply device TSO segment limit earlier | Ben Hutchings | 3 | -11/+17 |
| 2012-07-31 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 5 | -19/+22 |
| 2012-07-31 | netvm: prevent a stream-specific deadlock | Mel Gorman | 1 | -10/+11 |
| 2012-07-31 | net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th... | Mel Gorman | 1 | -5/+7 |
| 2012-07-31 | memcg: rename config variables | Andrew Morton | 3 | -4/+4 |
| 2012-07-31 | ipv4: Properly purge netdev references on uncached routes. | David S. Miller | 3 | -4/+66 |
| 2012-07-31 | ipv4: Cache routes in nexthop exception entries. | David S. Miller | 2 | -64/+78 |
| 2012-07-31 | ipv4: percpu nh_rth_output cache | Eric Dumazet | 2 | -6/+32 |
| 2012-07-31 | ipv4: Restore old dst_free() behavior. | Eric Dumazet | 2 | -13/+34 |
| 2012-07-30 | ipv4: remove rt_cache_rebuild_count | Eric Dumazet | 1 | -11/+0 |
| 2012-07-30 | net: ipv4: fix RCU races on dst refcounts | Eric Dumazet | 5 | -24/+14 |
| 2012-07-30 | net: TCP early demux cleanup | Eric Dumazet | 1 | -2/+0 |
| 2012-07-29 | ipv4: clean up put_child | Lin Ming | 1 | -26/+25 |
| 2012-07-29 | ipv4: fix debug info in tnode_new | Lin Ming | 1 | -1/+1 |
| 2012-07-27 | tcp: perform DMA to userspace only if there is a task waiting for it | Jiri Kosina | 1 | -1/+3 |
| 2012-07-27 | ipv4: fix TCP early demux | Eric Dumazet | 3 | -8/+8 |
| 2012-07-27 | tcp: Add TCP_USER_TIMEOUT negative value check | Hangbin Liu | 1 | -1/+4 |
| 2012-07-26 | ipv6: Early TCP socket demux | Eric Dumazet | 1 | -0/+1 |
| 2012-07-26 | ipv4: Fix input route performance regression. | David S. Miller | 6 | -35/+31 |
| 2012-07-25 | ipv4: rt_cache_valid must check expired routes | Eric Dumazet | 1 | -3/+5 |
| 2012-07-24 | tcp: early_demux fixes | Eric Dumazet | 2 | -8/+6 |
| 2012-07-23 | ipv4: Change rt->rt_iif encoding. | David S. Miller | 1 | -4/+4 |
| 2012-07-23 | ipv4: Prepare for change of rt->rt_iif encoding. | David S. Miller | 5 | -23/+22 |
| 2012-07-23 | ipv4: Remove all RTCF_DIRECTSRC handliing. | David S. Miller | 1 | -9/+2 |
| 2012-07-23 | ipv4: Really ignore ICMP address requests/replies. | David S. Miller | 1 | -82/+2 |
| 2012-07-23 | net/ipv4/ip_vti.c: Fix __rcu warnings detected by sparse. | Saurabh | 1 | -5/+5 |
| 2012-07-23 | ipv4: Remove redundant assignment | Lin Ming | 1 | -1/+0 |
| 2012-07-23 | tcp: dont drop MTU reduction indications | Eric Dumazet | 2 | -5/+20 |
| 2012-07-23 | tcp: avoid oops in tcp_metrics and reset tcpm_stamp | Julian Anastasov | 1 | -2/+3 |
| 2012-07-22 | Merge branch 'kill_rtcache' | David S. Miller | 15 | -1155/+242 |
| 2012-07-22 | ipv4: tcp: set unicast_sock uc_ttl to -1 | Eric Dumazet | 1 | -1/+2 |
| 2012-07-20 | ipv4: Kill rt->fi | David S. Miller | 1 | -31/+1 |
| 2012-07-20 | ipv4: Turn rt->rt_route_iif into rt->rt_is_input. | David S. Miller | 2 | -6/+6 |
| 2012-07-20 | ipv4: Kill rt->rt_oif | David S. Miller | 3 | -8/+5 |
| 2012-07-20 | ipv4: Dirty less cache lines in route caching paths. | David S. Miller | 1 | -3/+3 |
| 2012-07-20 | ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code. | David S. Miller | 3 | -9/+3 |
| 2012-07-20 | ipv4: Cache input routes in fib_info nexthops. | David S. Miller | 2 | -12/+45 |
| 2012-07-20 | ipv4: Cache output routes in fib_info nexthops. | David S. Miller | 2 | -43/+99 |
| 2012-07-20 | ipv4: Kill routes during PMTU/redirect updates. | David S. Miller | 1 | -12/+29 |
| 2012-07-20 | net: Document dst->obsolete better. | David S. Miller | 1 | -2/+3 |
| 2012-07-20 | ipv4: Adjust semantics of rt->rt_gateway. | David S. Miller | 7 | -17/+18 |
| 2012-07-20 | ipv4: Remove 'rt_dst' from 'struct rtable' | David S. Miller | 2 | -37/+9 |
| 2012-07-20 | ipv4: Remove 'rt_mark' from 'struct rtable' | David Miller | 3 | -9/+3 |
| 2012-07-20 | ipv4: Kill 'rt_src' from 'struct rtable' | David Miller | 2 | -20/+15 |
| 2012-07-20 | ipv4: Remove rt_key_{src,dst,tos} from struct rtable. | David Miller | 2 | -33/+9 |
| 2012-07-20 | ipv4: Kill ip_route_input_noref(). | David Miller | 5 | -10/+10 |
| 2012-07-20 | ipv4: Delete routing cache. | David S. Miller | 2 | -932/+13 |
| 2012-07-20 | ipv4: show pmtu in route list | Julian Anastasov | 1 | -1/+5 |
| 2012-07-20 | tcp: improve latencies of timer triggered events | Eric Dumazet | 2 | -50/+66 |
| 2012-07-20 | tcp: fix ABC in tcp_slow_start() | Eric Dumazet | 1 | -2/+3 |
| 2012-07-20 | tcp: use hash_32() in tcp_metrics | Eric Dumazet | 1 | -15/+10 |
| 2012-07-20 | tcp: Return bool instead of int where appropriate | Vijay Subramanian | 1 | -8/+8 |
| 2012-07-19 | ipv4: Fix again the time difference calculation | Julian Anastasov | 1 | -1/+1 |
| 2012-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+4 |
| 2012-07-19 | net-tcp: Fast Open client - cookie-less mode | Yuchung Cheng | 2 | -3/+11 |
| 2012-07-19 | net-tcp: Fast Open client - detecting SYN-data drops | Yuchung Cheng | 3 | -6/+33 |
| 2012-07-19 | net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN) | Yuchung Cheng | 3 | -10/+73 |
| 2012-07-19 | net-tcp: Fast Open client - receiving SYN-ACK | Yuchung Cheng | 1 | -5/+35 |
| 2012-07-19 | net-tcp: Fast Open client - sending SYN-data | Yuchung Cheng | 3 | -11/+115 |
| 2012-07-19 | net-tcp: Fast Open client - cookie cache | Yuchung Cheng | 1 | -0/+51 |
| 2012-07-19 | net-tcp: Fast Open base | Yuchung Cheng | 8 | -13/+66 |
| 2012-07-19 | ipv4: tcp: remove per net tcp_sock | Eric Dumazet | 2 | -23/+35 |
| 2012-07-19 | ipv4: use seqlock for nh_exceptions | Julian Anastasov | 1 | -50/+68 |
| 2012-07-19 | ipv4: Fix time difference calculation in rt_bind_exception(). | David S. Miller | 1 | -1/+1 |
| 2012-07-19 | ipv4: fix address selection in fib_compute_spec_dst | Julian Anastasov | 1 | -1/+2 |
| 2012-07-19 | ipv4: optimize fib_compute_spec_dst call in ip_options_echo | Julian Anastasov | 1 | -3/+2 |
| 2012-07-18 | ipv6: add ipv6_addr_hash() helper | Eric Dumazet | 1 | -12/+3 |
| 2012-07-18 | net/ipv4: VTI support new module for ip_vti. | Saurabh | 3 | -0/+968 |
| 2012-07-18 | net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel. | Saurabh | 1 | -0/+68 |
| 2012-07-18 | tcp: refine SYN handling in tcp_validate_incoming | Eric Dumazet | 1 | -1/+5 |
| 2012-07-18 | cipso: don't follow a NULL pointer when setsockopt() is called | Paul Moore | 1 | -2/+4 |
| 2012-07-17 | ipv4: fix rcu splat | Eric Dumazet | 3 | -10/+11 |
| 2012-07-17 | ipv4: Fix nexthop exception hash computation. | David S. Miller | 1 | -4/+12 |
| 2012-07-17 | Merge branch 'nexthop_exceptions' | David S. Miller | 7 | -50/+313 |
| 2012-07-17 | ipv4: Add FIB nexthop exceptions. | David S. Miller | 2 | -31/+248 |
| 2012-07-17 | tcp: implement RFC 5961 4.2 | Eric Dumazet | 2 | -18/+16 |
| 2012-07-17 | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() | David S. Miller | 6 | -16/+23 |
| 2012-07-17 | tcp: implement RFC 5961 3.2 | Eric Dumazet | 3 | -1/+38 |
| 2012-07-16 | net: make sock diag per-namespace | Andrey Vagin | 2 | -8/+23 |
| 2012-07-16 | tcp: add OFO snmp counters | Eric Dumazet | 2 | -2/+8 |
| 2012-07-16 | ipv4: Add helper inet_csk_update_pmtu(). | David S. Miller | 2 | -9/+48 |
| 2012-07-13 | ipv4: Don't store a rule pointer in fib_result. | David S. Miller | 3 | -21/+8 |
| 2012-07-13 | tcp: add LAST_ACK as a valid state for TSQ | Eric Dumazet | 1 | -2/+2 |
| 2012-07-12 | ipv4: Remove tb_peers from fib_table. | David S. Miller | 1 | -3/+0 |
| 2012-07-12 | ipv4: Put proper checks into icmp_socket_deliver(). | David S. Miller | 1 | -6/+6 |
| 2012-07-12 | ipv4: Fix warnings in ip_do_redirect() for some configurations. | David S. Miller | 1 | -4/+6 |
| 2012-07-12 | net: Remove checks for dst_ops->redirect being NULL. | David S. Miller | 2 | -3/+2 |
| 2012-07-12 | net: Add dummy dst_ops->redirect method where needed. | David S. Miller | 1 | -0/+5 |