summaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAgeFilesLines
...
* | inet: fix a UFO regressionEric Dumazet2013-11-081-1/+3
* | inet: restore gso for vxlanEric Dumazet2013-10-281-8/+7
* | ipv6: sit: add GSO/TSO supportEric Dumazet2013-10-211-0/+1
* | tcp_memcontrol: Remove the per netns control.Eric W. Biederman2013-10-211-2/+0
* | inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa2013-10-191-27/+0
* | ipip: add GSO/TSO supportEric Dumazet2013-10-191-0/+9
* | ipv4: gso: make inet_gso_segment() stackableEric Dumazet2013-10-191-7/+18
* | ipv4: gso: send_check() & segment() cleanupsEric Dumazet2013-10-191-13/+11
* | udp: ipv4: Add udp early demuxShawn Bohrer2013-10-081-0/+1
|/
* net: net_secret should not depend on TCPEric Dumazet2013-09-281-3/+1
* net: make snmp_mib_free static inlineCong Wang2013-09-021-12/+0
* gro: remove a sparse errorEric Dumazet2013-06-121-1/+1
* net: udp4: move GSO functions to udp_offloadDaniel Borkmann2013-06-121-8/+1
* net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann2013-06-071-11/+2
* gro: should aggregate frames without DFEric Dumazet2013-05-311-1/+2
* MPLS: Add limited GSO supportSimon Horman2013-05-271-0/+1
* gre: Fix GREv4 TCPv6 segmentation.Pravin B Shelar2013-05-031-0/+1
* net: defer net_secret[] initializationEric Dumazet2013-04-291-1/+4
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-261-1/+0
* ipv4: Fix ip-header identification for gso packets.Pravin B Shelar2013-03-251-2/+1
* tunneling: Add generic Tunnel segmentation.Pravin B Shelar2013-03-091-1/+5
* net: Kill link between CSUM and SG features.Pravin B Shelar2013-03-091-3/+0
* IP_GRE: Fix IP-Identification.Pravin B Shelar2013-02-251-2/+4
* ipv4: fix error handling in icmp_protocol.Li Wei2013-02-221-1/+1
* ipv6: use a stronger hash for tcpEric Dumazet2013-02-211-2/+7
* v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-151-0/+1
* net: Fix possible wrong checksum generation.Pravin B Shelar2013-02-131-1/+0
* ipv4: Disallow non-namespace aware protocols to register.David S. Miller2013-02-051-19/+0
* net: fix possible wrong checksum generationEric Dumazet2013-01-281-0/+1
* ipv4: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-1/+1
* ipv4: Use FIELD_SIZEOF() in inet_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-091-2/+1
* net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman2012-11-181-2/+4
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-181-1/+2
* net: Remove code duplication between offload structuresVlad Yasevich2012-11-151-18/+24
* ipv4: Pull GSO registration out of inet_init()Vlad Yasevich2012-11-151-14/+21
* ipv4: Switch to using the new offload infrastructure.Vlad Yasevich2012-11-151-14/+16
* net: Add net protocol offload registration infrustructureVlad Yasevich2012-11-151-0/+12
* net: Switch to using the new packet offload infrustructureVlad Yasevich2012-11-151-0/+5
* ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch2012-09-201-2/+0
* tcp: fix TFO regressionEric Dumazet2012-09-061-5/+2
* tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-08-311-1/+27
* net: tcp: GRO should be ECN friendlyEric Dumazet2012-08-061-2/+2
* net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng2012-07-191-5/+14
* net-tcp: Fast Open client - sending SYN-dataYuchung Cheng2012-07-191-2/+8
* ipv4: Early TCP socket demux.David S. Miller2012-06-191-8/+10
* inet: Sanitize inet{,6} protocol demux.David S. Miller2012-06-191-14/+12
* net: Remove casts to same typeJoe Perches2012-06-041-1/+1
* sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-1/+1
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-151-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0