summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-12net: ipv4: increase dhcp inter device timeoutMugunthan V N
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann
2015-08-10inet: fix possible request socket leakEric Dumazet
2015-08-10inet: fix races with reqsk timersEric Dumazet
2015-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-08-10gre: Remove support for sharing GRE protocol hook.Pravin B Shelar
2015-08-10openvswitch: Use regular GRE net_device instead of vportPravin B Shelar
2015-08-10ip_gre: Add support to collect tunnel metadata.Pravin B Shelar
2015-08-10netfilter: SYNPROXY: fix sending window update to clientPhil Sutter
2015-08-07netfilter: nf_tables: add nft_dup expressionPablo Neira Ayuso
2015-08-07netfilter: factor out packet duplication for IPv4/IPv6Pablo Neira Ayuso
2015-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-08-03ipv4: apply lwtunnel encap for locally-generated packetsRobert Shearman
2015-08-03udp: fix dst races with multicast early demuxEric Dumazet
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-30netfilter: bridge: reduce nf_bridge_info to 32 bytes againFlorian Westphal
2015-07-29net: Set sk_txhash from a random numberTom Herbert
2015-07-28arp: filter NOARP neighbours for SIOCGARPEric Dumazet
2015-07-28net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward
2015-07-27fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck
2015-07-27tcp: tso: allow deferring under reordering stateEric Dumazet
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca
2015-07-27lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel
2015-07-26inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov
2015-07-26inet: frag: don't wait for timer deletion when evictingFlorian Westphal
2015-07-26inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal
2015-07-26inet: frag: don't re-use chainlist for evictorFlorian Westphal
2015-07-26ipv4: be more aggressive when probing alternative gatewaysJulian Anastasov
2015-07-24ipv4: consider TOS in fib_select_defaultJulian Anastasov
2015-07-24ipv4: fib_select_default should match the prefixJulian Anastasov
2015-07-23ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-21net: track success and failure of TCP PMTU probingRick Jones
2015-07-21tcp: suppress a division by zero warningEric Dumazet
2015-07-21fib: Add fib rule match on tunnel idThomas Graf
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf
2015-07-21route: Extend flow representation with tunnel keyThomas Graf
2015-07-21arp: Inherit metadata dst when creating ARP requestsThomas Graf
2015-07-21dst: Metadata destinationsThomas Graf
2015-07-21icmp: Don't leak original dst into ip_route_input()Thomas Graf
2015-07-21ipv4: redirect dst output to lwtunnel outputRoopa Prabhu
2015-07-21ipv4: support for fib route lwtunnel encap attributesRoopa Prabhu
2015-07-21inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2015-07-15ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-07-15tcp: don't use F-RTO on non-recurring timeoutsYuchung Cheng
2015-07-15netfilter: xtables: remove __pure annotationFlorian Westphal
2015-07-15netfilter: add and use jump label for xt_teeFlorian Westphal
2015-07-15netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal