summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* gre: Remove support for sharing GRE protocol hook.Pravin B Shelar2015-08-102-216/+200Star
* openvswitch: Use regular GRE net_device instead of vportPravin B Shelar2015-08-102-34/+36
* ip_gre: Add support to collect tunnel metadata.Pravin B Shelar2015-08-103-26/+208
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-08-053-49/+58
|\
| * netfilter: bridge: reduce nf_bridge_info to 32 bytes againFlorian Westphal2015-07-301-5/+2Star
| * netfilter: xtables: remove __pure annotationFlorian Westphal2015-07-152-2/+2
| * netfilter: add and use jump label for xt_teeFlorian Westphal2015-07-151-1/+2
| * netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal2015-07-152-25/+23Star
| * netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal2015-07-152-17/+30
* | ipv4: apply lwtunnel encap for locally-generated packetsRobert Shearman2015-08-041-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-019-60/+71
|\ \
| * | arp: filter NOARP neighbours for SIOCGARPEric Dumazet2015-07-291-7/+9
| * | net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward2015-07-291-1/+0Star
| * | fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck2015-07-271-4/+0Star
| * | tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-271-4/+7
| * | inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov2015-07-272-2/+1Star
| * | inet: frag: don't wait for timer deletion when evictingFlorian Westphal2015-07-271-18/+11Star
| * | inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2015-07-272-7/+7
| * | inet: frag: don't re-use chainlist for evictorFlorian Westphal2015-07-271-5/+3Star
| * | ipv4: consider TOS in fib_select_defaultJulian Anastasov2015-07-254-13/+29
| * | ipv4: fib_select_default should match the prefixJulian Anastasov2015-07-251-0/+5
* | | net: Set sk_txhash from a random numberTom Herbert2015-07-302-3/+3
* | | tcp: tso: allow deferring under reordering stateEric Dumazet2015-07-271-1/+1
* | | lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel2015-07-272-12/+6Star
* | | ipv4: be more aggressive when probing alternative gatewaysJulian Anastasov2015-07-271-1/+3
* | | ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf2015-07-232-10/+4Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-234-14/+22
|\| |
| * | tcp: suppress a division by zero warningEric Dumazet2015-07-221-6/+5Star
| * | inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee2015-07-211-2/+4
| * | ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-07-161-4/+12
| * | tcp: don't use F-RTO on non-recurring timeoutsYuchung Cheng2015-07-161-2/+1Star
* | | net: track success and failure of TCP PMTU probingRick Jones2015-07-222-0/+4
* | | fib: Add fib rule match on tunnel idThomas Graf2015-07-211-0/+16
* | | route: Per route IP tunnel metadata via lightweight tunnelThomas Graf2015-07-212-1/+115
* | | route: Extend flow representation with tunnel keyThomas Graf2015-07-212-0/+10
* | | arp: Inherit metadata dst when creating ARP requestsThomas Graf2015-07-211-28/+37
* | | dst: Metadata destinationsThomas Graf2015-07-212-1/+4
* | | icmp: Don't leak original dst into ip_route_input()Thomas Graf2015-07-211-0/+1
* | | ipv4: redirect dst output to lwtunnel outputRoopa Prabhu2015-07-211-0/+2
* | | ipv4: support for fib route lwtunnel encap attributesRoopa Prabhu2015-07-213-3/+117
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-144-14/+36
|\|
| * net: inet_diag: always export IPV6_V6ONLY sockopt for listening socketsPhil Sutter2015-07-111-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-07-091-9/+16
| |\
| | * netfilter: arptables: use percpu jumpstackFlorian Westphal2015-07-021-9/+16
| * | ipv4: add support for linkdown sysctl to netconfAndy Gospodarek2015-07-091-0/+13
| * | ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs2015-07-091-3/+5
* | | Revert "ipv4: use skb coalescing in defragmentation"Florian Westphal2015-07-121-20/+6Star
* | | tcp: do not export tcp_init_xmit_timers()Eric Dumazet2015-07-101-1/+0Star
* | | route: remove unsed variable in __mkroute_inputMasatake YAMATO2015-07-101-2/+1Star
* | | ipv6: Nonlocal bindTom Herbert2015-07-101-1/+2