summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* lwtunnel: rename ip lwtunnel attributesJiri Benc2015-08-171-43/+43
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-08-171-5/+6
|\
| * xfrm: Add oif to dst lookupsDavid Ahern2015-08-111-5/+6
* | ipv4: fix refcount leak in fib_check_nh()Eric Dumazet2015-08-171-1/+2
* | net: frags: Add VRF device index to cache and lookupDavid Ahern2015-08-141-5/+13
* | net: Use VRF index for oif in ip_send_unicast_replyDavid Ahern2015-08-141-1/+6
* | net: Use passed in table for nexthop lookupsDavid Ahern2015-08-141-2/+11
* | net: Add routes to the table associated with the deviceDavid Ahern2015-08-142-10/+23
* | net: Fix up inet_addr_type checksDavid Ahern2015-08-145-14/+50
* | net: Add inet_addr lookup by tableDavid Ahern2015-08-141-7/+15
* | udp: Handle VRF device in sendmsgDavid Ahern2015-08-141-1/+21
* | net: Use VRF device index for lookups on TXDavid Ahern2015-08-143-2/+14
* | net: Use VRF device index for lookups on RXDavid Ahern2015-08-142-2/+9
* | tcp: TLP retransmits last if failed to send new packetYuchung Cheng2015-08-141-16/+22
* | tcp: don't extend RTO on failed loss probe attemptsYuchung Cheng2015-08-141-7/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-144-6/+14
|\ \
| * | inet: fix possible request socket leakEric Dumazet2015-08-111-1/+1
| * | inet: fix races with reqsk timersEric Dumazet2015-08-111-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-08-111-1/+2
| |\ \
| | * | netfilter: SYNPROXY: fix sending window update to clientPhil Sutter2015-08-101-1/+2
| * | | udp: fix dst races with multicast early demuxEric Dumazet2015-08-041-3/+10
| |/ /
* | / net: ipv4: increase dhcp inter device timeoutMugunthan V N2015-08-131-1/+1
| |/ |/|
* | gre: Remove support for sharing GRE protocol hook.Pravin B Shelar2015-08-102-216/+200
* | 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/+2
| * | 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/+23
| * | 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/+0
| * | fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck2015-07-271-4/+0
| * | 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/+1
| * | inet: frag: don't wait for timer deletion when evictingFlorian Westphal2015-07-271-18/+11
| * | 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/+3
| * | 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/+6
* | | 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/+4
* | | 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/+5