summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: minstrel_ht: replace rate stats ewma with a better moving averageFelix Fietkau2019-10-113-8/+76
* mac80211: minstrel: remove divisions in tx status pathFelix Fietkau2019-10-112-8/+5
* nl80211: trivial: Remove redundant loopDenis Kenzior2019-10-111-4/+2
* mac80211: simplify TX aggregation startJohannes Berg2019-10-041-1/+8
* mac80211: pass internal sta to ieee80211_tx_frags()Johannes Berg2019-10-041-11/+4
* mac80211: IBSS: avoid unneeded return value processingKoen Vandeputte2019-10-041-8/+1
* net: propagate errors correctly in register_netdevice()Eric Dumazet2019-10-031-0/+1
* net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon2019-10-035-61/+153
* net/rds: Log vendor error if send/recv Work requests failSudhakar Dindukurti2019-10-022-4/+5
* Clean up the net/caif/Kconfig menurd.dunlab@gmail.com2019-10-021-5/+5
* net_sched: remove need_resched() from qdisc_run()Eric Dumazet2019-10-021-6/+1
* ipconfig: Handle CONFIG_CIFS_ROOT optionPaulo Alcantara (SUSE)2019-10-021-2/+8
* net: introduce per-netns netdevice notifiersJiri Pirko2019-10-021-0/+87
* net: push loops and nb calls into helper functionsJiri Pirko2019-10-021-28/+61
* vsock/virtio: add support for MSG_PEEKMatias Ezequiel Vara Larsen2019-10-011-3/+52
* ipv6: minor code reorg in inet6_fill_ifla6_attrs()Nicolas Dichtel2019-10-011-4/+3
* net: rtnetlink: add possibility to use alternative names as message handleJiri Pirko2019-10-011-11/+18
* net: rtnetlink: introduce helper to get net_device instance by ifnameJiri Pirko2019-10-011-20/+25
* net: rtnetlink: unify the code in __rtnl_newlink get dev with the restJiri Pirko2019-10-011-6/+4
* net: rtnetlink: put alternative names to getlink messageJiri Pirko2019-10-011-0/+53
* net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko2019-10-012-1/+160
* net: introduce name_node struct to be used in hashlistJiri Pirko2019-10-011-18/+79
* net: procfs: use index hashlist instead of name hashlistJiri Pirko2019-10-011-2/+2
* tcp: add ipv6_addr_v4mapped_loopback() helperEric Dumazet2019-10-011-4/+2
* net: core: dev: replace state xoff flag comparison by netif_xmit_stopped methodJulio Faracco2019-10-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-2851-299/+305
|\
| * tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet2019-09-271-2/+3
| * sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal2019-09-272-3/+3
| * tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang2019-09-271-4/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-09-274-7/+42
| |\
| | * netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana2019-09-252-0/+35
| | * netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal2019-09-202-5/+5
| | * netfilter: nf_tables_offload: fix always true policy is unset checkPablo Neira Ayuso2019-09-201-1/+1
| | * netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso2019-09-201-1/+1
| * | net/sched: Set default of CONFIG_NET_TC_SKB_EXT to NPaul Blakey2019-09-271-1/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-09-271-2/+0
| |\ \
| | * | xsk: relax UMEM headroom alignmentBjörn Töpel2019-09-191-2/+0
| * | | net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-3/+4
| * | | net: sched: multiq: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-7/+16
| * | | net: sched: sch_htb: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-1/+3
| * | | net/rds: Check laddr_check before calling itKa-Cheong Poon2019-09-271-1/+4
| * | | tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet2019-09-274-3/+9
| * | | ipv6: tcp: provide sk->sk_priority to ctl packetsEric Dumazet2019-09-271-7/+9
| * | | ipv6: add priority parameter to ip6_xmit()Eric Dumazet2019-09-275-8/+11
| * | | sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet2019-09-271-1/+1
| * | | kcm: disable preemption in kcm_parse_func_strparser()Eric Dumazet2019-09-271-1/+5
| * | | ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld2019-09-261-1/+2
| * | | openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing2019-09-261-1/+1
| * | | net: print proper warning on dst underflowJason A. Donenfeld2019-09-261-2/+2
| * | | net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes2019-09-261-17/+13