summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: Reset encap_level to avoid resetting features on inner IP headersAlexander Duyck2016-03-232-0/+2
* ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson2016-03-221-9/+7
* ipv4: fix broadcast packets receptionPaolo Abeni2016-03-221-4/+8
* net: ipv4: Fix truncated timestamp returned by inet_current_timestamp()Deepa Dinamani2016-03-211-1/+1
* tunnels: Remove encapsulation offloads on decap.Jesse Gross2016-03-202-3/+13
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-03-203-4/+22
* ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross2016-03-201-1/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1954-1398/+1296
|\
| * ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann2016-03-181-0/+6
| * tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet2016-03-171-2/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-141-22/+8
| |\
| | * netfilter: Allow calling into nat helper without skb_dst.Jarno Rajahalme2016-03-141-22/+8
| * | net: diag: add a scheduling point in inet_diag_dump_icsk()Eric Dumazet2016-03-141-0/+1
| * | tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau2016-03-145-3/+15
| * | 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
| |\ \
| * | | 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
| |\ \
| * | | 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
| * | | net: gre: Implement LCO for GRE over IPv4Edward Cree2016-02-121-3/+13
| * | | fou: enable LCO in FOU and GUEEdward Cree2016-02-121-8/+6