summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-09-27tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal
2019-09-27tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang
2019-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-09-27net/sched: Set default of CONFIG_NET_TC_SKB_EXT to NPaul Blakey
2019-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-09-27net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov
2019-09-27net: sched: multiq: don't call qdisc_put() while holding tree lockVlad Buslov
2019-09-27net: sched: sch_htb: don't call qdisc_put() while holding tree lockVlad Buslov
2019-09-27net/rds: Check laddr_check before calling itKa-Cheong Poon
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet
2019-09-27ipv6: tcp: provide sk->sk_priority to ctl packetsEric Dumazet
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet
2019-09-27kcm: disable preemption in kcm_parse_func_strparser()Eric Dumazet
2019-09-26ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld
2019-09-26openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing
2019-09-26net: print proper warning on dst underflowJason A. Donenfeld
2019-09-26net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski
2019-09-25netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana
2019-09-24nfc: enforce CAP_NET_RAW for raw socketsOri Nimron
2019-09-24ieee802154: enforce CAP_NET_RAW for raw socketsOri Nimron
2019-09-24ax25: enforce CAP_NET_RAW for raw socketsOri Nimron
2019-09-24appletalk: enforce CAP_NET_RAW for raw socketsOri Nimron
2019-09-24net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet
2019-09-21net_sched: add policy validation for action attributesCong Wang
2019-09-21net_sched: add max len check for TCA_KINDCong Wang
2019-09-21net: qrtr: Stop rx_worker before freeing nodeBjorn Andersson
2019-09-20ipv6: fix a typo in fib6_rule_lookup()Eric Dumazet
2019-09-20sch_netem: fix a divide by zero in tabledist()Eric Dumazet
2019-09-20ipv4: Revert removal of rt_uses_gatewayDavid Ahern
2019-09-20net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti
2019-09-20netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal
2019-09-20netfilter: nf_tables_offload: fix always true policy is unset checkPablo Neira Ayuso
2019-09-20netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso
2019-09-19net/ncsi: Disable global multicast filterVijay Khemka
2019-09-19xsk: relax UMEM headroom alignmentBjörn Töpel
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-09-16ethtool: implement Energy Detect Powerdown support via phy-tunableAlexandru Ardelean
2019-09-16drop_monitor: Better sanitize notified packetsIdo Schimmel
2019-09-16net: dsa: sja1105: Advertise the 8 TX queuesVladimir Oltean
2019-09-16net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean
2019-09-16taprio: Add support for hardware offloadingVinicius Costa Gomes