summaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* udp: Remove udp_offloadsTom Herbert2016-04-071-63/+0
* fou: change to use UDP socket GROTom Herbert2016-04-071-31/+17
* udp: Add socket based GRO and configTom Herbert2016-04-071-0/+2
* udp: Add GRO functions to UDP socketTom Herbert2016-04-071-32/+20
* udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert2016-04-071-0/+13
* net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2016-04-074-9/+8
* tcp/dccp: fix inet_reuseport_add_sock()Eric Dumazet2016-04-072-2/+4
* ip_tunnel: implement __iptunnel_pull_headerJiri Benc2016-04-061-4/+4
* 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-041-1/+4
* ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply()Eric Dumazet2016-04-041-0/+1
* tcp: increment sk_drops for listenersEric Dumazet2016-04-042-6/+8
* tcp: increment sk_drops for dropped rx packetsEric Dumazet2016-04-042-13/+21
* tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2016-04-043-83/+59
* tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet2016-04-042-6/+5
* udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2016-04-042-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-021-4/+4
* tcp: remove cwnd moderation after recoveryYuchung Cheng2016-04-021-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-271-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-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