summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert
2015-08-17lwt: Add support to redirect dst.inputTom Herbert
2015-08-17inet: Move VRF table lookup to inlined functionDavid Ahern
2015-08-17lwtunnel: rename ip lwtunnel attributesJiri Benc
2015-08-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-08-16ipv4: fix refcount leak in fib_check_nh()Eric Dumazet
2015-08-13net: frags: Add VRF device index to cache and lookupDavid Ahern
2015-08-13net: Use VRF index for oif in ip_send_unicast_replyDavid Ahern
2015-08-13net: Use passed in table for nexthop lookupsDavid Ahern
2015-08-13net: Add routes to the table associated with the deviceDavid Ahern
2015-08-13net: Fix up inet_addr_type checksDavid Ahern
2015-08-13net: Add inet_addr lookup by tableDavid Ahern
2015-08-13udp: Handle VRF device in sendmsgDavid Ahern
2015-08-13net: Use VRF device index for lookups on TXDavid Ahern
2015-08-13net: Use VRF device index for lookups on RXDavid Ahern
2015-08-13tcp: TLP retransmits last if failed to send new packetYuchung Cheng
2015-08-13tcp: don't extend RTO on failed loss probe attemptsYuchung Cheng
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-12net: ipv4: increase dhcp inter device timeoutMugunthan V N
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern
2015-08-10inet: fix possible request socket leakEric Dumazet
2015-08-10inet: fix races with reqsk timersEric Dumazet
2015-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
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-10netfilter: SYNPROXY: fix sending window update to clientPhil Sutter
2015-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-08-03ipv4: apply lwtunnel encap for locally-generated packetsRobert Shearman
2015-08-03udp: fix dst races with multicast early demuxEric Dumazet
2015-07-31Merge 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-29net: Set sk_txhash from a random numberTom Herbert
2015-07-28arp: filter NOARP neighbours for SIOCGARPEric Dumazet
2015-07-28net/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-26inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov
2015-07-26inet: frag: don't wait for timer deletion when evictingFlorian Westphal
2015-07-26inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal
2015-07-26inet: frag: don't re-use chainlist for evictorFlorian Westphal
2015-07-26ipv4: be more aggressive when probing alternative gatewaysJulian Anastasov
2015-07-24ipv4: consider TOS in fib_select_defaultJulian Anastasov
2015-07-24ipv4: 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-21net: track success and failure of TCP PMTU probingRick Jones
2015-07-21tcp: suppress a division by zero warningEric Dumazet