aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-60/+71
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
2015-07-21fib: Add fib rule match on tunnel idThomas Graf1-0/+16
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf2-1/+115
2015-07-21route: Extend flow representation with tunnel keyThomas Graf2-0/+10
2015-07-21arp: Inherit metadata dst when creating ARP requestsThomas Graf1-28/+37
2015-07-21dst: Metadata destinationsThomas Graf2-1/+4
2015-07-21icmp: Don't leak original dst into ip_route_input()Thomas Graf1-0/+1
2015-07-21ipv4: redirect dst output to lwtunnel outputRoopa Prabhu1-0/+2
2015-07-21ipv4: support for fib route lwtunnel encap attributesRoopa Prabhu3-3/+117
2015-07-21inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee1-2/+4
2015-07-15ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-4/+12
2015-07-15tcp: don't use F-RTO on non-recurring timeoutsYuchung Cheng1-2/+1
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+36
2015-07-11Revert "ipv4: use skb coalescing in defragmentation"Florian Westphal1-20/+6
2015-07-10net: inet_diag: always export IPV6_V6ONLY sockopt for listening socketsPhil Sutter1-2/+2
2015-07-09tcp: do not export tcp_init_xmit_timers()Eric Dumazet1-1/+0
2015-07-09route: remove unsed variable in __mkroute_inputMasatake YAMATO1-2/+1
2015-07-09ipv6: Nonlocal bindTom Herbert1-1/+2
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet4-17/+14
2015-07-09inet: simplify timewait refcountingEric Dumazet2-57/+16
2015-07-09tcp: update congestion state first before raising cwndYuchung Cheng1-4/+4
2015-07-09tcp: do not slow start when cwnd equals ssthreshYuchung Cheng3-5/+3
2015-07-09tcp: add tcp_in_slow_start helperYuchung Cheng10-13/+13
2015-07-09tcp: v1 always send a quick ack when quickacks are enabledJon Maxwell2-10/+7
2015-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-9/+16
2015-07-08ipv4: add support for linkdown sysctl to netconfAndy Gospodarek1-0/+13
2015-07-08ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs1-3/+5
2015-07-08tcp: PRR uses CRB mode by default and SS mode conditionallyYuchung Cheng1-14/+15
2015-07-08tcp: reduce cwnd if retransmit is lost in CA_LossYuchung Cheng1-6/+8
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-8/+1
2015-07-02netfilter: arptables: use percpu jumpstackFlorian Westphal1-9/+16
2015-06-28ipv4: fix RCU lockdep warning from linkdown changesAndy Gospodarek1-2/+2