aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert3-4/+4
2015-08-17lwt: Add support to redirect dst.inputTom Herbert1-1/+7
2015-08-17inet: Move VRF table lookup to inlined functionDavid Ahern1-9/+1
2015-08-17lwtunnel: rename ip lwtunnel attributesJiri Benc1-43/+43
2015-08-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-5/+6
2015-08-16ipv4: fix refcount leak in fib_check_nh()Eric Dumazet1-1/+2
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-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-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-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
2015-07-21net: track success and failure of TCP PMTU probingRick Jones2-0/+4
2015-07-21tcp: suppress a division by zero warningEric Dumazet1-6/+5