summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-10-21tcp: fix tcp_send_syn_data()Eric Dumazet
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet
2017-10-20net: ipv4: Change fib notifiers to take a fib_aliasDavid Ahern
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern
2017-10-18tcp: fix tcp_xmit_retransmit_queue() after rbtree introductionEric Dumazet
2017-10-18ipv4: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-18ipv4: timewait: Convert timers to use timer_setup()Kees Cook
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook
2017-10-18inet/connection_sock: Convert timers to use timer_setup()Kees Cook
2017-10-16net: core: rcu-ify rtnl af_opsFlorian Westphal
2017-10-16tcp: cdg: make struct tcp_cdg staticColin Ian King
2017-10-14tcp: add a tracepoint for tcp retransmissionCong Wang
2017-10-14icmp: don't fail on fragment reassembly time exceededMatteo Croce
2017-10-12ip: update policy routing config helpStephen Hemminger
2017-10-10Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet
2017-10-09net: defer call to cgroup_sk_alloc()Eric Dumazet
2017-10-09net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-10-09udp: fix bcast packet receptionPaolo Abeni
2017-10-09ipv4: Fix traffic triggered IPsec connections.Steffen Klassert
2017-10-09netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang
2017-10-08gso: fix payload length when gso_size is zeroAlexey Kodanev
2017-10-07ip_gre: check packet length and mtu correctly in erspan txWilliam Tu
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet
2017-10-07tcp: pass previous skb to tcp_shifted_skb()Eric Dumazet
2017-10-07tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet
2017-10-07tcp: tcp_mark_head_lost() optimizationEric Dumazet
2017-10-07tcp: tcp_tx_timestamp() cleanupEric Dumazet
2017-10-07tcp: uninline tcp_write_queue_purge()Eric Dumazet
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet
2017-10-05tcp: a small refactor of RACK loss detectionYuchung Cheng
2017-10-05tcp: more efficient RACK loss detectionYuchung Cheng
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet
2017-10-05net/ipv4: Remove unused variable in route.cTim Hansen
2017-10-05tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang
2017-10-05tcp: uniform the set up of sockets after successful connectionWei Wang
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-03ipv4: ipmr: Don't forward packets already forwarded by hardwareYotam Gigi
2017-10-03ipv4: ipmr: Add the parent ID field to VIF structYotam Gigi
2017-10-01ip_gre: erspan device should keep dstXin Long
2017-10-01ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long
2017-10-01ip_gre: check packet length and mtu correctly in erspan_xmitXin Long
2017-10-01ip_gre: get key from session_id correctly in erspan_rcvXin Long
2017-10-01ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan
2017-10-01ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan
2017-10-01ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan
2017-10-01ipv4: Namespaceify tcp_fastopen knobHaishuang Yan
2017-10-01net: ipmr: make function ipmr_notifier_init staticColin Ian King