aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-08net: rfs: add hash collision detectionEric Dumazet1-2/+0
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn1-0/+11
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar1-1/+0
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert1-0/+1
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal1-1/+1
2014-10-01ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive()Eric Dumazet1-0/+3
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert1-36/+0
2014-09-09ipip: Add gro callbacks to ipip offloadTom Herbert1-0/+2
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat1-5/+1
2014-07-16net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu1-0/+3
2014-06-04gre: Call gso_make_checksumTom Herbert1-0/+1
2014-06-04net: Add GSO support for UDP tunnels with checksumTom Herbert1-0/+1
2014-05-23net: Eliminate no_check from protoswTom Herbert1-7/+0
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong1-7/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+36
2014-05-08ping: move ping_group_range out of CONFIG_SYSCTLCong Wang1-0/+8
2014-05-08ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang1-0/+28
2014-05-07net: clean up snmp stats codeWANG Cong1-62/+31
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-02-25ipv4: ipv6: better estimate tunnel header cut for correct ufo handlingHannes Frederic Sowa1-2/+5
2014-01-13ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa1-0/+1
2014-01-07net-gre-gro: Add GRE support to the GRO stackJerry Chu1-2/+8
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+1
2013-12-18inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa1-4/+1
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu1-6/+19
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert1-1/+1
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+14
2013-11-08inet: fix a UFO regressionEric Dumazet1-1/+3
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+14
2013-10-28inet: restore gso for vxlanEric Dumazet1-8/+7
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet1-0/+1
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman1-2/+0
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa1-27/+0
2013-10-19ipip: add GSO/TSO supportEric Dumazet1-0/+9
2013-10-19ipv4: gso: make inet_gso_segment() stackableEric Dumazet1-7/+18
2013-10-19ipv4: gso: send_check() & segment() cleanupsEric Dumazet1-13/+11
2013-10-08udp: ipv4: Add udp early demuxShawn Bohrer1-0/+1
2013-09-28net: net_secret should not depend on TCPEric Dumazet1-3/+1
2013-09-02net: make snmp_mib_free static inlineCong Wang1-12/+0
2013-06-12gro: remove a sparse errorEric Dumazet1-1/+1
2013-06-12net: udp4: move GSO functions to udp_offloadDaniel Borkmann1-8/+1
2013-06-07net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann1-11/+2
2013-05-31gro: should aggregate frames without DFEric Dumazet1-1/+2
2013-05-27MPLS: Add limited GSO supportSimon Horman1-0/+1
2013-05-03gre: Fix GREv4 TCPv6 segmentation.Pravin B Shelar1-0/+1
2013-04-29net: defer net_secret[] initializationEric Dumazet1-1/+4
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-1/+0
2013-03-25ipv4: Fix ip-header identification for gso packets.Pravin B Shelar1-2/+1
2013-03-09tunneling: Add generic Tunnel segmentation.Pravin B Shelar1-1/+5