aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2012-10-12vti: fix sparse bit endian warningsstephen hemminger
2012-10-12tcp: resets are misroutedAlexey Kuznetsov
2012-10-11tcp: sysctl interface leaks 16 bytes of kernel memoryAlan Cox
2012-10-10ipv4: fix route mark sparse warningstephen hemminger
2012-10-08ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov
2012-10-08ipv4: introduce rt_uses_gatewayJulian Anastasov
2012-10-08ipv4: make sure nh_pcpu_rth_output is always allocatedJulian Anastasov
2012-10-08ipv4: fix forwarding for strict source routesJulian Anastasov
2012-10-08ipv4: fix sending of redirectsJulian Anastasov
2012-10-08ipv4: Don't report stale pmtu values to userspaceSteffen Klassert
2012-10-08ipv4: Don't create nh exeption when the device mtu is smaller than the report...Steffen Klassert
2012-10-08ipv4: Always invalidate or update the route on pmtu eventsSteffen Klassert
2012-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-10-06sections: fix section conflicts in netAndi Kleen
2012-10-04ipv4: add a fib_type to fib_infoEric Dumazet
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-10-01igmp: export symbol ip_mc_leave_groupstephen hemminger
2012-10-01gre: fix sparse warningstephen hemminger
2012-10-01ipv4: gre: add GRO capabilityEric Dumazet
2012-10-01tcp: gro: add checksuming helpersEric Dumazet
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-27inetpeer: fix token initializationNicolas Dichtel
2012-09-27tcp: Remove unused parameter from tcp_v4_save_optionsChristoph Paasch
2012-09-27tunnel: drop packet if ECN present with not-ECTstephen hemminger
2012-09-27xfrm: remove extranous rcu_read_lockstephen hemminger
2012-09-27gre: remove unnecessary rcu_read_lock/unlockstephen hemminger
2012-09-27gre: fix handling of key 0stephen hemminger
2012-09-25ipconfig: fix trivial build errorAndy Shevchenko
2012-09-25net: raw: revert unrelated changeEric Dumazet
2012-09-24net: use a per task frag allocatorEric Dumazet
2012-09-24Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-09-22tcp: TCP Fast Open Server - record retransmits after 3WHSNeal Cardwell
2012-09-22tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packetsNeal Cardwell
2012-09-22tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTTNeal Cardwell
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell
2012-09-22ipv4: raw: fix icmp_filter()Eric Dumazet
2012-09-21ipconfig: add nameserver IPs to kernel-parameter ip=Christoph Fritz
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang
2012-09-21netfilter: combine ipt_REDIRECT and ip6t_REDIRECTJan Engelhardt
2012-09-21netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt
2012-09-20tcp: restore rcv_wscale in a repair mode (v2)Andrey Vagin
2012-09-20tcp: Document use of undefined variable.Alan Cox
2012-09-20ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang
2012-09-19tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček
2012-09-19gre: add GSO supportEric Dumazet
2012-09-18tcp: fix regression in urgent data handlingEric Dumazet