summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2018-05-18tcp: add tcp_comp_sack_nr sysctlEric Dumazet
2018-05-18tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet
2018-05-18tcp: add SACK compressionEric Dumazet
2018-05-18tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers()Eric Dumazet
2018-05-17tcp: new helper tcp_rack_skb_timeoutYuchung Cheng
2018-05-17tcp: account lost retransmit after timeoutYuchung Cheng
2018-05-17tcp: simpler NewReno implementationYuchung Cheng
2018-05-17tcp: support DUPACK threshold in RACKYuchung Cheng
2018-05-17sched: replace __QDISC_STATE_RUNNING bit with a spin lockPaolo Abeni
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-16sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni
2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend
2018-05-14sched: cls: enable verbose loggingMarcelo Ricardo Leitner
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-11tcp: switch pacing timer to softirq based hrtimerEric Dumazet
2018-05-11net: dsa: Plug in PHYLINK supportFlorian Fainelli
2018-05-11net: dsa: Add PHYLINK switch operationsFlorian Fainelli
2018-05-11bonding: send learning packets for vlans on slaveDebabrata Banerjee
2018-05-11net/ipv6: Add fib lookup stubs for use in bpf helperDavid Ahern
2018-05-11net/ipv6: Add fib6_lookupDavid Ahern
2018-05-11net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern
2018-05-11net/ipv6: Rename rt6_multipath_selectDavid Ahern
2018-05-11net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern
2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell
2018-05-10net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOLJoe Perches
2018-05-10Merge tag 'mac80211-for-davem-2018-05-09' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-05-10net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso
2018-05-10net/ipv4: Update ip_tunnel_metadata_cnt static key to modern apiDavidlohr Bueso
2018-05-08udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck
2018-05-08udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck
2018-05-08flow_dissector: do not rely on implicit castsPaolo Abeni
2018-05-08net: core: rework basic flow dissection helperPaolo Abeni
2018-05-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-05-07net: flow_dissector: fix typo 'can by' to 'can be'Wolfram Sang
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-07mac80211: fix kernel-doc "bad line" warningRandy Dunlap
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-05-06netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal
2018-05-04net/ipv6: rename rt6_next to fib6_nextDavid Ahern
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-03xsk: add Tx queue setup and mmap supportMagnus Karlsson
2018-05-03bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel
2018-05-03xsk: add Rx receive functions and poll supportBjörn Töpel
2018-05-03xsk: add support for bind for RxMagnus Karlsson
2018-05-03xsk: add Rx queue setup and mmap supportBjörn Töpel
2018-05-03xsk: add user memory registration support sockoptBjörn Töpel
2018-05-03switchdev: Add fdb.added_by_user to switchdev notificationsPetr Machata
2018-05-02ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6"Ido Schimmel
2018-05-01net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson