aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-17Revert "net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN"Calvin Owens1-6/+4
2015-08-16ipv4: fix refcount leak in fib_check_nh()Eric Dumazet1-1/+2
2015-08-13inet: fix potential deadlock in reqsk_queue_unlink()Eric Dumazet1-1/+1
2015-08-13net: frags: Add VRF device index to cache and lookupDavid Ahern1-5/+13
2015-08-13net: Use VRF index for oif in ip_send_unicast_replyDavid Ahern1-1/+6
2015-08-13net: Use passed in table for nexthop lookupsDavid Ahern1-2/+11
2015-08-13net: Add routes to the table associated with the deviceDavid Ahern2-10/+23
2015-08-13net: Fix up inet_addr_type checksDavid Ahern5-14/+50
2015-08-13net: Add inet_addr lookup by tableDavid Ahern1-7/+15
2015-08-13udp: Handle VRF device in sendmsgDavid Ahern1-1/+21
2015-08-13net: Use VRF device index for lookups on TXDavid Ahern3-2/+14
2015-08-13net: Use VRF device index for lookups on RXDavid Ahern2-2/+9
2015-08-13ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft1-1/+1
2015-08-13net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing1-15/+18
2015-08-13tcp: TLP retransmits last if failed to send new packetYuchung Cheng1-16/+22
2015-08-13tcp: don't extend RTO on failed loss probe attemptsYuchung Cheng1-7/+6
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+14
2015-08-12net: ipv4: increase dhcp inter device timeoutMugunthan V N1-1/+1
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern1-5/+6
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann3-8/+8
2015-08-10inet: fix possible request socket leakEric Dumazet1-1/+1
2015-08-10inet: fix races with reqsk timersEric Dumazet1-1/+1
2015-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+2
2015-08-10gre: Remove support for sharing GRE protocol hook.Pravin B Shelar2-216/+200
2015-08-10openvswitch: Use regular GRE net_device instead of vportPravin B Shelar2-34/+36
2015-08-10ip_gre: Add support to collect tunnel metadata.Pravin B Shelar3-26/+208
2015-08-10netfilter: SYNPROXY: fix sending window update to clientPhil Sutter1-1/+2
2015-08-07netfilter: nf_tables: add nft_dup expressionPablo Neira Ayuso4-1/+118
2015-08-07netfilter: factor out packet duplication for IPv4/IPv6Pablo Neira Ayuso3-0/+128
2015-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-49/+58
2015-08-03ipv4: apply lwtunnel encap for locally-generated packetsRobert Shearman1-0/+2
2015-08-03udp: fix dst races with multicast early demuxEric Dumazet1-3/+10
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-60/+71
2015-07-30netfilter: bridge: reduce nf_bridge_info to 32 bytes againFlorian Westphal1-5/+2
2015-07-29net: Set sk_txhash from a random numberTom Herbert2-3/+3
2015-07-28arp: filter NOARP neighbours for SIOCGARPEric Dumazet1-7/+9
2015-07-28net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward1-1/+0
2015-07-27fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck1-4/+0
2015-07-27tcp: tso: allow deferring under reordering stateEric Dumazet1-1/+1
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca1-4/+7
2015-07-27lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel2-12/+6
2015-07-26inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov2-2/+1
2015-07-26inet: frag: don't wait for timer deletion when evictingFlorian Westphal1-18/+11
2015-07-26inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2-7/+7
2015-07-26inet: frag: don't re-use chainlist for evictorFlorian Westphal1-5/+3
2015-07-26ipv4: be more aggressive when probing alternative gatewaysJulian Anastasov1-1/+3
2015-07-24ipv4: consider TOS in fib_select_defaultJulian Anastasov4-13/+29
2015-07-24ipv4: fib_select_default should match the prefixJulian Anastasov1-0/+5
2015-07-23ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf2-10/+4
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+22