aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-12tcp: resets are misroutedAlexey Kuznetsov1-3/+4
2012-10-11tcp: sysctl interface leaks 16 bytes of kernel memoryAlan Cox1-0/+2
2012-10-10ipv4: fix route mark sparse warningstephen hemminger1-1/+1
2012-10-08ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov1-4/+17
2012-10-08ipv4: introduce rt_uses_gatewayJulian Anastasov5-27/+32
2012-10-08ipv4: make sure nh_pcpu_rth_output is always allocatedJulian Anastasov2-3/+2
2012-10-08ipv4: fix forwarding for strict source routesJulian Anastasov1-1/+1
2012-10-08ipv4: fix sending of redirectsJulian Anastasov2-15/+18
2012-10-08ipv4: Don't report stale pmtu values to userspaceSteffen Klassert1-8/+11
2012-10-08ipv4: Don't create nh exeption when the device mtu is smaller than the reported pmtuSteffen Klassert1-0/+3
2012-10-08ipv4: Always invalidate or update the route on pmtu eventsSteffen Klassert1-11/+11
2012-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2012-10-06sections: fix section conflicts in netAndi Kleen2-2/+2
2012-10-04ipv4: add a fib_type to fib_infoEric Dumazet1-0/+2
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds63-4121/+2021
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds7-40/+64
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-10-01igmp: export symbol ip_mc_leave_groupstephen hemminger1-0/+1
2012-10-01gre: fix sparse warningstephen hemminger1-2/+2
2012-10-01ipv4: gre: add GRO capabilityEric Dumazet1-2/+11
2012-10-01tcp: gro: add checksuming helpersEric Dumazet1-3/+16
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-24/+36
2012-09-27inetpeer: fix token initializationNicolas Dichtel1-1/+4
2012-09-27tcp: Remove unused parameter from tcp_v4_save_optionsChristoph Paasch1-3/+2
2012-09-27tunnel: drop packet if ECN present with not-ECTstephen hemminger2-33/+47
2012-09-27xfrm: remove extranous rcu_read_lockstephen hemminger2-13/+1
2012-09-27gre: remove unnecessary rcu_read_lock/unlockstephen hemminger1-14/+7
2012-09-27gre: fix handling of key 0stephen hemminger1-10/+34
2012-09-25ipconfig: fix trivial build errorAndy Shevchenko1-11/+11
2012-09-25net: raw: revert unrelated changeEric Dumazet1-12/+7
2012-09-24net: use a per task frag allocatorEric Dumazet4-114/+62
2012-09-24Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller4-229/+10
2012-09-22tcp: TCP Fast Open Server - record retransmits after 3WHSNeal Cardwell1-0/+2
2012-09-22tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packetsNeal Cardwell1-1/+2
2012-09-22tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTTNeal Cardwell1-4/+6
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell2-3/+10
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell1-3/+1
2012-09-22ipv4: raw: fix icmp_filter()Eric Dumazet1-6/+8
2012-09-21ipconfig: add nameserver IPs to kernel-parameter ip=Christoph Fritz1-3/+36
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang1-2/+2
2012-09-21netfilter: combine ipt_REDIRECT and ip6t_REDIRECTJan Engelhardt3-121/+5
2012-09-21netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt3-108/+5
2012-09-20tcp: restore rcv_wscale in a repair mode (v2)Andrey Vagin1-3/+10
2012-09-20tcp: Document use of undefined variable.Alan Cox1-0/+4
2012-09-20ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch2-2/+7
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang2-5/+9
2012-09-19tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček1-2/+8
2012-09-19gre: add GSO supportEric Dumazet1-0/+12
2012-09-18tcp: fix regression in urgent data handlingEric Dumazet1-3/+2
2012-09-18netns: move net->ipv4.rt_genid to net->rt_genidNicolas Dichtel1-7/+2