summaryrefslogtreecommitdiff
path: root/net/ipv4/af_inet.c
AgeCommit message (Expand)Author
2015-02-08net: rfs: add hash collision detectionEric Dumazet
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal
2014-10-01ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive()Eric Dumazet
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert
2014-09-09ipip: Add gro callbacks to ipip offloadTom Herbert
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat
2014-07-16net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu
2014-06-04gre: Call gso_make_checksumTom Herbert
2014-06-04net: Add GSO support for UDP tunnels with checksumTom Herbert
2014-05-23net: Eliminate no_check from protoswTom Herbert
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-08ping: move ping_group_range out of CONFIG_SYSCTLCong Wang
2014-05-08ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang
2014-05-07net: clean up snmp stats codeWANG Cong
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-02-25ipv4: ipv6: better estimate tunnel header cut for correct ufo handlingHannes Frederic Sowa
2014-01-13ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa
2014-01-07net-gre-gro: Add GRE support to the GRO stackJerry Chu
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-12-18inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-08inet: fix a UFO regressionEric Dumazet
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-10-28inet: restore gso for vxlanEric Dumazet
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa
2013-10-19ipip: add GSO/TSO supportEric Dumazet
2013-10-19ipv4: gso: make inet_gso_segment() stackableEric Dumazet
2013-10-19ipv4: gso: send_check() & segment() cleanupsEric Dumazet
2013-10-08udp: ipv4: Add udp early demuxShawn Bohrer
2013-09-28net: net_secret should not depend on TCPEric Dumazet
2013-09-02net: make snmp_mib_free static inlineCong Wang
2013-06-12gro: remove a sparse errorEric Dumazet
2013-06-12net: udp4: move GSO functions to udp_offloadDaniel Borkmann
2013-06-07net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann
2013-05-31gro: should aggregate frames without DFEric Dumazet
2013-05-27MPLS: Add limited GSO supportSimon Horman
2013-05-03gre: Fix GREv4 TCPv6 segmentation.Pravin B Shelar
2013-04-29net: defer net_secret[] initializationEric Dumazet
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar
2013-03-25ipv4: Fix ip-header identification for gso packets.Pravin B Shelar
2013-03-09tunneling: Add generic Tunnel segmentation.Pravin B Shelar