aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAge
* gro: remove a sparse errorEric Dumazet2013-06-12
* net: udp4: move GSO functions to udp_offloadDaniel Borkmann2013-06-12
* net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann2013-06-07
* gro: should aggregate frames without DFEric Dumazet2013-05-31
* MPLS: Add limited GSO supportSimon Horman2013-05-28
* gre: Fix GREv4 TCPv6 segmentation.Pravin B Shelar2013-05-03
* net: defer net_secret[] initializationEric Dumazet2013-04-29
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-26
* ipv4: Fix ip-header identification for gso packets.Pravin B Shelar2013-03-25
* tunneling: Add generic Tunnel segmentation.Pravin B Shelar2013-03-09
* net: Kill link between CSUM and SG features.Pravin B Shelar2013-03-09
* IP_GRE: Fix IP-Identification.Pravin B Shelar2013-02-25
* ipv4: fix error handling in icmp_protocol.Li Wei2013-02-22
* ipv6: use a stronger hash for tcpEric Dumazet2013-02-21
* v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-15
* net: Fix possible wrong checksum generation.Pravin B Shelar2013-02-13
* ipv4: Disallow non-namespace aware protocols to register.David S. Miller2013-02-05
* net: fix possible wrong checksum generationEric Dumazet2013-01-28
* ipv4: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-22
* ipv4: Use FIELD_SIZEOF() in inet_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-10
* net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman2012-11-18
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-18
* net: Remove code duplication between offload structuresVlad Yasevich2012-11-15
* ipv4: Pull GSO registration out of inet_init()Vlad Yasevich2012-11-15
* ipv4: Switch to using the new offload infrastructure.Vlad Yasevich2012-11-15
* net: Add net protocol offload registration infrustructureVlad Yasevich2012-11-15
* net: Switch to using the new packet offload infrustructureVlad Yasevich2012-11-15
* ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch2012-09-20
* tcp: fix TFO regressionEric Dumazet2012-09-06
* tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-08-31
* net: tcp: GRO should be ECN friendlyEric Dumazet2012-08-06
* net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng2012-07-19
* net-tcp: Fast Open client - sending SYN-dataYuchung Cheng2012-07-19
* ipv4: Early TCP socket demux.David S. Miller2012-06-20
* inet: Sanitize inet{,6} protocol demux.David S. Miller2012-06-19
* net: Remove casts to same typeJoe Perches2012-06-04
* sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-21
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-15
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-12
* net: Convert printks to pr_<level>Joe Perches2012-03-12
* net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc2012-02-13
* per-netns ipv4 sysctl_tcp_memGlauber Costa2011-12-12
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-16
* ipv4: reduce percpu needs for icmpmsg mibsEric Dumazet2011-11-09
* ipv4: compat_ioctl is local to af_inet.c, make it staticGerrit Renker2011-10-19
* net: ipv4: relax AF_INET check in bind()Eric Dumazet2011-08-30
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-06
|\
| * net: bind() fix error return on wrong address familyMarcus Meissner2011-07-05
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-21
|\|