summaryrefslogtreecommitdiff
path: root/net/ipv4/af_inet.c
AgeCommit message (Expand)Author
2017-01-13tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2017-01-13net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani
2017-01-13ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross
2016-12-23net: add recursion limit to GROSabrina Dubroca
2016-01-22net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2015-07-10tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger
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