summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* GSO/UDP: Use skb->len instead of udph->len to determine length of original skbAlexander Duyck2016-03-131-5/+10
* ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-03-133-2/+18
* netconf: add macro to represent all attributesZhang Shengju2016-03-131-17/+23
* gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck2016-03-132-4/+2
* tcp: Add tcp_inq to get available receive bytes on socketTom Herbert2016-03-091-14/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-0810-146/+242
|\
| * netfilter: nft_masq: support port rangePablo Neira Ayuso2016-03-021-1/+6
| * netfilter: xtables: don't hook tables by defaultFlorian Westphal2016-03-028-96/+180
| * netfilter: xtables: prepare for on-demand hook registerFlorian Westphal2016-03-028-46/+55
| * netfilter: nf_defrag_ipv4: Drop redundant ip_send_check()Joe Stringer2016-03-021-3/+1
* | bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann2016-03-081-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-086-6/+12
|\ \
| * | tcp: fix tcpi_segs_in after connection establishmentEric Dumazet2016-03-071-1/+2
| * | mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2016-03-031-2/+1
| * | ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIALHannes Frederic Sowa2016-02-241-1/+4
| * | tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2016-02-232-1/+4
| * | tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov2016-02-231-1/+1
* | | arp: correct return value of arp_rcvZhang Shengju2016-03-071-15/+20
* | | net/ipv4: remove left over dead codeEric Engestrom2016-03-021-7/+0
* | | net: remove skb_sender_cpu_clear()WANG Cong2016-03-011-1/+0
* | | net: ipv4: tcp_probe: Replace timespec with timespec64Deepa Dinamani2016-03-011-4/+4
* | | net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani2016-03-013-12/+33
| |/ |/|
* | GSO: Provide software checksum of tunneled UDP fragmentation offloadAlexander Duyck2016-02-262-6/+30
* | net: l3mdev: prefer VRF master for source address selectionDavid Lamparter2016-02-261-0/+17
* | net: l3mdev: address selection should only consider devices in L3 domainDavid Ahern2016-02-261-0/+5
* | soreuseport: fix merge conflict in tcp bindCraig Gallek2016-02-241-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-2312-46/+136
|\ \ | |/
| * rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov2016-02-191-1/+1
| * gre: clear IFF_TX_SKB_SHARINGJiri Benc2016-02-181-2/+3
| * tcp/dccp: fix another race at listener dismantleEric Dumazet2016-02-182-14/+14
| * route: check and remove route cache when we get routeXin Long2016-02-181-14/+63
| * tcp: correctly crypto_alloc_hash return checkInsu Yun2016-02-171-1/+1
| * tcp: md5: release request socket instead of listenerEric Dumazet2016-02-161-2/+4
| * tcp: do not set rtt_min to 1Eric Dumazet2016-02-161-1/+4
| * ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet2016-02-134-3/+11
| * vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2016-02-102-3/+25
| * net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-02-091-2/+2
| * tcp: do not drop syn_recv on all icmp reportsEric Dumazet2016-02-091-3/+8
* | iptunnel: scrub packet in iptunnel_pull_headerJiri Benc2016-02-183-7/+5
* | ipv4: Remove inet_lro libraryBen Hutchings2016-02-173-383/+0
* | net: Export ip fragment sysctl to unprivileged usersNikolay Borisov2016-02-161-4/+0
* | ipv4: namespacify ip fragment max dist sysctl knobNikolay Borisov2016-02-161-12/+13
* | ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov2016-02-162-11/+9
* | ipv4: Namespacify ip_dynaddr sysctl knobNikolay Borisov2016-02-162-15/+10
* | igmp: net: Move igmp namespace init to correct fileNikolay Borisov2016-02-162-6/+14
* | ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov2016-02-165-15/+18
* | tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_infoEric Dumazet2016-02-161-0/+6
* | net/ipv4: add dst cache support for gre lwtunnelsPaolo Abeni2016-02-161-3/+10
* | ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2016-02-162-65/+14
* | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-124-17/+10
OpenPOWER on IntegriCloud