summaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-291-0/+11
|\
| * net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn2014-11-261-0/+11
* | net: Remove MPLS GSO feature.Pravin B Shelar2014-11-051-1/+0
* | udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-051-0/+1
|/
* net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal2014-10-201-1/+1
* ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive()Eric Dumazet2014-10-011-0/+3
* net: Remove gso_send_check as an offload callbackTom Herbert2014-09-261-36/+0
* ipip: Add gro callbacks to ipip offloadTom Herbert2014-09-091-0/+2
* net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat2014-09-091-5/+1
* net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu2014-07-161-0/+3
* gre: Call gso_make_checksumTom Herbert2014-06-041-0/+1
* net: Add GSO support for UDP tunnels with checksumTom Herbert2014-06-041-0/+1
* net: Eliminate no_check from protoswTom Herbert2014-05-231-7/+0
* ipv4: make ip_local_reserved_ports per netnsWANG Cong2014-05-141-7/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-0/+36
|\
| * ping: move ping_group_range out of CONFIG_SYSCTLCong Wang2014-05-081-0/+8
| * ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang2014-05-081-0/+28
* | net: clean up snmp stats codeWANG Cong2014-05-071-62/+31
|/
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-2/+2
* ipv4: ipv6: better estimate tunnel header cut for correct ufo handlingHannes Frederic Sowa2014-02-251-2/+5
* ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa2014-01-131-0/+1
* net-gre-gro: Add GRE support to the GRO stackJerry Chu2014-01-071-2/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-12-191-1/+1
|\
| * net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-061-1/+1
* | inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa2013-12-181-4/+1
* | net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu2013-12-121-6/+19
|/
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+14
|\
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+14
* | 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
OpenPOWER on IntegriCloud