summaryrefslogtreecommitdiff
path: root/net/ipv4/af_inet.c
AgeCommit message (Expand)Author
2015-07-10tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch
2014-07-28net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu
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
2013-03-09net: Kill link between CSUM and SG features.Pravin B Shelar
2013-02-25IP_GRE: Fix IP-Identification.Pravin B Shelar
2013-02-22ipv4: fix error handling in icmp_protocol.Li Wei
2013-02-21ipv6: use a stronger hash for tcpEric Dumazet
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar
2013-02-05ipv4: Disallow non-namespace aware protocols to register.David S. Miller
2013-01-28net: fix possible wrong checksum generationEric Dumazet
2013-01-22ipv4: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明
2013-01-09ipv4: Use FIELD_SIZEOF() in inet_init().YOSHIFUJI Hideaki / 吉藤英明
2012-11-18net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman
2012-11-18net: Allow userns root to control ipv4Eric W. Biederman
2012-11-15net: Remove code duplication between offload structuresVlad Yasevich
2012-11-15ipv4: Pull GSO registration out of inet_init()Vlad Yasevich
2012-11-15ipv4: Switch to using the new offload infrastructure.Vlad Yasevich
2012-11-15net: Add net protocol offload registration infrustructureVlad Yasevich
2012-11-15net: Switch to using the new packet offload infrustructureVlad Yasevich
2012-09-20ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch