aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAge
* ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman2013-03-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-26
|\
| * Revert "ip_gre: propogate target device GSO capability to the tunnel device"Pravin B Shelar2013-02-25
| * IP_GRE: Fix GRE_CSUM case.Pravin B Shelar2013-02-25
| * IP_GRE: Fix IP-Identification.Pravin B Shelar2013-02-25
| * tcp: fix SYN-data space mis-accountingYuchung Cheng2013-02-22
| * ipv4: fix error handling in icmp_protocol.Li Wei2013-02-22
| * ipv6: use a stronger hash for tcpEric Dumazet2013-02-21
| * ipv4: fix a bug in ping_err().Li Wei2013-02-21
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-26
|\ \
| * | dmaengine: remove dma_async_memcpy_complete() macroBartlomiej Zolnierkiewicz2013-01-08
| * | dmaengine: remove dma_async_memcpy_pending() macroBartlomiej Zolnierkiewicz2013-01-08
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-21
|\ \ \ | |_|/ |/| |
| * | Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman2013-01-17
| |\ \
| * | | net/ipv4: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-11
| * | | net/ipv4/netfilter: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-11
* | | | ip_gre: remove an extra dst_release()Eric Dumazet2013-02-19
* | | | net: ipv4: fix waring -Wunused-variableGao feng2013-02-19
* | | | ip_gre: propogate target device GSO capability to the tunnel deviceDmitry Kravkov2013-02-19
* | | | ip_gre: allow CSUM capable devices to handle packetsDmitry Kravkov2013-02-19
* | | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-02-18
|\ \ \ \
| * | | | netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso2013-02-18
* | | | | net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-18
* | | | | net: proc: change proc_net_fops_create to proc_createGao feng2013-02-18
* | | | | ip: fix warning in xfrm4_mode_tunnel_inputstephen hemminger2013-02-18
* | | | | v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-15
* | | | | net: Add skb_unclone() helper function.Pravin B Shelar2013-02-15
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-02-14
|\ \ \ \ \
| * | | | | xfrm: make gc_thresh configurable in all namespacesMichal Kubecek2013-02-06
| * | | | | xfrm: remove unused xfrm4_policy_fini()Michal Kubecek2013-02-06
* | | | | | net: Fix possible wrong checksum generation.Pravin B Shelar2013-02-13
* | | | | | tcp: send packets with a socket timestampAndrey Vagin2013-02-13
* | | | | | tcp: set and get per-socket timestampAndrey Vagin2013-02-13
* | | | | | tcp: adding a per-socket timestamp offsetAndrey Vagin2013-02-13
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-12
|\ \ \ \ \ \
| * | | | | | arp: fix possible crash in arp_rcv()Eric Dumazet2013-02-10
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-08
|\| | | | | |
| * | | | | | tcp: fix for zero packets_in_flight was too broadIlpo Järvinen2013-02-06
* | | | | | | tcp: remove Appropriate Byte Count supportStephen Hemminger2013-02-05
* | | | | | | ipv4: Disallow non-namespace aware protocols to register.David S. Miller2013-02-05
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-05
|\| | | | | | | |_|/ / / / |/| | | | |
| * | | | | tcp: Update MIB counters for dropsVijay Subramanian2013-02-04
| * | | | | tcp: frto should not set snd_cwnd to 0Eric Dumazet2013-02-03
| * | | | | tcp: fix an infinite loop in tcp_slow_start()Eric Dumazet2013-02-03
| * | | | | tcp: detect SYN/data drop when F-RTO is disabledYuchung Cheng2013-01-31
| * | | | | tcp: Increment LISTENOVERFLOW and LISTENDROPS in tcp_v4_conn_request()Nivedita Singhvi2013-01-29
* | | | | | ipcomp: Mark as netns_ok.David S. Miller2013-02-04
* | | | | | net: remove redundant check for timer pending state before del_timerYing Xue2013-02-04
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-29
|\| | | | |
| * | | | | IP_GRE: Fix kernel panic in IP_GRE with GRE csum.Pravin B Shelar2013-01-28