aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-14netfilter: x_tables: validate targets of jumpsFlorian Westphal2-0/+32
2016-04-14netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2-3/+9
2016-04-11net: vrf: Fix dst reference countingDavid Ahern1-3/+4
2016-04-11net: ipv4: Consider failed nexthops in multipath routesDavid Ahern2-5/+40
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+24
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck3-3/+24
2016-04-07udp: Remove udp_offloadsTom Herbert1-63/+0
2016-04-07fou: change to use UDP socket GROTom Herbert1-31/+17
2016-04-07udp: Add socket based GRO and configTom Herbert1-0/+2
2016-04-07udp: Add GRO functions to UDP socketTom Herbert1-32/+20
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert1-0/+13
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa4-9/+8
2016-04-07tcp/dccp: fix inet_reuseport_add_sock()Eric Dumazet2-2/+4
2016-04-07netfilter: arp_tables: register table in initnsFlorian Westphal1-0/+6
2016-04-06ip_tunnel: implement __iptunnel_pull_headerJiri Benc1-4/+4
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar2-11/+12
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar1-9/+11
2016-04-04tcp: rate limit ACK sent by SYN_RECV request socketsEric Dumazet1-1/+4
2016-04-04ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply()Eric Dumazet1-0/+1
2016-04-04tcp: increment sk_drops for listenersEric Dumazet2-6/+8
2016-04-04tcp: increment sk_drops for dropped rx packetsEric Dumazet2-13/+21
2016-04-04tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet3-83/+59
2016-04-04tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet2-6/+5
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2-215/+96
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh4-15/+28
2016-04-04ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh4-5/+11
2016-04-04tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh2-1/+3
2016-04-02netlink: use nla_get_in_addr and nla_put_in_addr for ipv4 addressHaishuang Yan1-4/+4
2016-04-02tcp: remove cwnd moderation after recoveryYuchung Cheng1-11/+0
2016-03-30gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck1-0/+16
2016-03-28netfilter: ipv4: fix NULL dereferenceLiping Zhang1-26/+28
2016-03-28netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIESPablo Neira Ayuso2-0/+4
2016-03-28netfilter: x_tables: fix unconditional helperFlorian Westphal2-21/+20
2016-03-28netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2-4/+8
2016-03-28netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2-18/+16
2016-03-27Fix returned tc and hoplimit values for route with IPv6 encapsulationQuentin Armitage1-2/+2
2016-03-23net: Reset encap_level to avoid resetting features on inner IP headersAlexander Duyck2-0/+2
2016-03-22ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson1-9/+7
2016-03-22ipv4: fix broadcast packets receptionPaolo Abeni1-4/+8
2016-03-21net: ipv4: Fix truncated timestamp returned by inet_current_timestamp()Deepa Dinamani1-1/+1
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross2-3/+13
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross3-4/+22
2016-03-20ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross1-1/+8
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds54-1398/+1296
2016-03-18ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann1-0/+6
2016-03-17tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet1-2/+0
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-25/+40
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra1-2/+1
2016-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-22/+8
2016-03-14net: diag: add a scheduling point in inet_diag_dump_icsk()Eric Dumazet1-0/+1