summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-07-30net: Set sk_txhash from a random numberTom Herbert
2015-07-27tcp: tso: allow deferring under reordering stateEric Dumazet
2015-07-27lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel
2015-07-27ipv4: be more aggressive when probing alternative gatewaysJulian 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-22net: track success and failure of TCP PMTU probingRick Jones
2015-07-22tcp: suppress a division by zero warningEric Dumazet
2015-07-21fib: Add fib rule match on tunnel idThomas Graf
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf
2015-07-21route: Extend flow representation with tunnel keyThomas Graf
2015-07-21arp: Inherit metadata dst when creating ARP requestsThomas Graf
2015-07-21dst: Metadata destinationsThomas Graf
2015-07-21icmp: Don't leak original dst into ip_route_input()Thomas Graf
2015-07-21ipv4: redirect dst output to lwtunnel outputRoopa Prabhu
2015-07-21ipv4: support for fib route lwtunnel encap attributesRoopa Prabhu
2015-07-21inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2015-07-16ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-07-16tcp: don't use F-RTO on non-recurring timeoutsYuchung Cheng
2015-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-12Revert "ipv4: use skb coalescing in defragmentation"Florian Westphal
2015-07-11net: inet_diag: always export IPV6_V6ONLY sockopt for listening socketsPhil Sutter
2015-07-10tcp: do not export tcp_init_xmit_timers()Eric Dumazet
2015-07-10route: remove unsed variable in __mkroute_inputMasatake YAMATO
2015-07-10ipv6: Nonlocal bindTom Herbert
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet
2015-07-09inet: simplify timewait refcountingEric Dumazet
2015-07-09tcp: update congestion state first before raising cwndYuchung Cheng
2015-07-09tcp: do not slow start when cwnd equals ssthreshYuchung Cheng
2015-07-09tcp: add tcp_in_slow_start helperYuchung Cheng
2015-07-09tcp: v1 always send a quick ack when quickacks are enabledJon Maxwell
2015-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-07-09ipv4: add support for linkdown sysctl to netconfAndy Gospodarek
2015-07-08ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs
2015-07-08tcp: PRR uses CRB mode by default and SS mode conditionallyYuchung Cheng
2015-07-08tcp: reduce cwnd if retransmit is lost in CA_LossYuchung Cheng
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds
2015-07-02netfilter: arptables: use percpu jumpstackFlorian Westphal
2015-06-28ipv4: fix RCU lockdep warning from linkdown changesAndy Gospodarek
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-24net: inet_diag: export IPV6_V6ONLY sockoptPhil Sutter
2015-06-24net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek
2015-06-24net: track link-status of ipv4 nexthopsAndy Gospodarek
2015-06-24ip: report the original address of ICMP messagesJulian Anastasov
2015-06-23tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch
2015-06-23inet_diag: Remove _bh suffix in inet_diag_dump_reqs().Hiroaki SHIMODA
2015-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-06-21ipv4: include NLM_F_APPEND flag in append route notificationsRoopa Prabhu
2015-06-21sock_diag: fetch source port from inet_sockCraig Gallek