summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern
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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-08-04ipv4: apply lwtunnel encap for locally-generated packetsRobert Shearman
2015-08-01Merge 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-30net: Set sk_txhash from a random numberTom Herbert
2015-07-29arp: filter NOARP neighbours for SIOCGARPEric Dumazet
2015-07-29net/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-27inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov
2015-07-27inet: frag: don't wait for timer deletion when evictingFlorian Westphal
2015-07-27inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal
2015-07-27inet: frag: don't re-use chainlist for evictorFlorian Westphal
2015-07-27ipv4: be more aggressive when probing alternative gatewaysJulian Anastasov
2015-07-25ipv4: consider TOS in fib_select_defaultJulian Anastasov
2015-07-25ipv4: 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-22net: track success and failure of TCP PMTU probingRick Jones
2015-07-22tcp: 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-16ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-07-16tcp: 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
2015-07-15netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal
2015-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-12Revert "ipv4: use skb coalescing in defragmentation"Florian Westphal
2015-07-11net: inet_diag: always export IPV6_V6ONLY sockopt for listening socketsPhil Sutter
2015-07-10tcp: do not export tcp_init_xmit_timers()Eric Dumazet
2015-07-10route: remove unsed variable in __mkroute_inputMasatake YAMATO
2015-07-10ipv6: Nonlocal bindTom Herbert
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet
2015-07-09inet: simplify timewait refcountingEric Dumazet
2015-07-09tcp: update congestion state first before raising cwndYuchung Cheng