summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* udp: enable MSG_PEEK at non-zero offsetsamanthakumar2016-04-052-11/+12
* udp: remove headers from UDP packets before queueingsamanthakumar2016-04-051-9/+11
* tcp: rate limit ACK sent by SYN_RECV request socketsEric Dumazet2016-04-051-1/+4
* ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply()Eric Dumazet2016-04-051-0/+1
* tcp: increment sk_drops for listenersEric Dumazet2016-04-052-6/+8
* tcp: increment sk_drops for dropped rx packetsEric Dumazet2016-04-052-13/+21
* tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2016-04-053-83/+59
* tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet2016-04-052-6/+5
* udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2016-04-052-215/+96
* sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-044-15/+28
* ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh2016-04-044-5/+11
* tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh2016-04-042-1/+3
* netlink: use nla_get_in_addr and nla_put_in_addr for ipv4 addressHaishuang Yan2016-04-031-4/+4
* tcp: remove cwnd moderation after recoveryYuchung Cheng2016-04-031-11/+0
* gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck2016-03-301-0/+16
* netfilter: ipv4: fix NULL dereferenceLiping Zhang2016-03-281-26/+28
* netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2016-03-282-0/+4
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-03-282-21/+20
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-03-282-4/+8
* netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-03-282-18/+16
* Fix returned tc and hoplimit values for route with IPv6 encapsulationQuentin Armitage2016-03-281-2/+2
* 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-221-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-191-0/+6
| * tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet2016-03-181-2/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-151-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-151-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-141-5/+10
| * | ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-03-143-2/+18
| * | netconf: add macro to represent all attributesZhang Shengju2016-03-141-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