summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-04-11net: ipv4: Consider failed nexthops in multipath routesDavid Ahern
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck
2016-04-07udp: Remove udp_offloadsTom Herbert
2016-04-07fou: change to use UDP socket GROTom Herbert
2016-04-07udp: Add socket based GRO and configTom Herbert
2016-04-07udp: Add GRO functions to UDP socketTom Herbert
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa
2016-04-07tcp/dccp: fix inet_reuseport_add_sock()Eric Dumazet
2016-04-06ip_tunnel: implement __iptunnel_pull_headerJiri Benc
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar
2016-04-05tcp: rate limit ACK sent by SYN_RECV request socketsEric Dumazet
2016-04-05ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply()Eric Dumazet
2016-04-05tcp: increment sk_drops for listenersEric Dumazet
2016-04-05tcp: increment sk_drops for dropped rx packetsEric Dumazet
2016-04-05tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet
2016-04-05tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet
2016-04-05udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh
2016-04-04ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh
2016-04-04tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh
2016-04-03netlink: use nla_get_in_addr and nla_put_in_addr for ipv4 addressHaishuang Yan
2016-04-03tcp: remove cwnd moderation after recoveryYuchung Cheng
2016-03-30gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck
2016-03-28netfilter: ipv4: fix NULL dereferenceLiping Zhang
2016-03-28netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso
2016-03-28netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-03-28netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-03-28netfilter: x_tables: validate e->target_offset earlyFlorian Westphal
2016-03-28Fix returned tc and hoplimit values for route with IPv6 encapsulationQuentin Armitage
2016-03-23net: Reset encap_level to avoid resetting features on inner IP headersAlexander Duyck
2016-03-22ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson
2016-03-22ipv4: fix broadcast packets receptionPaolo Abeni
2016-03-22net: ipv4: Fix truncated timestamp returned by inet_current_timestamp()Deepa Dinamani
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-03-20ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-18ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann
2016-03-18tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra
2016-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-03-14net: diag: add a scheduling point in inet_diag_dump_icsk()Eric Dumazet
2016-03-14netfilter: Allow calling into nat helper without skb_dst.Jarno Rajahalme
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau
2016-03-14GSO/UDP: Use skb->len instead of udph->len to determine length of original skbAlexander Duyck
2016-03-14ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller