Age | Commit message (Expand) | Author |
2019-10-11 | mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new average | Felix Fietkau |
2019-10-11 | mac80211: minstrel_ht: replace rate stats ewma with a better moving average | Felix Fietkau |
2019-10-11 | mac80211: minstrel: remove divisions in tx status path | Felix Fietkau |
2019-10-11 | nl80211: trivial: Remove redundant loop | Denis Kenzior |
2019-10-04 | mac80211: simplify TX aggregation start | Johannes Berg |
2019-10-04 | mac80211: pass internal sta to ieee80211_tx_frags() | Johannes Berg |
2019-10-04 | mac80211: IBSS: avoid unneeded return value processing | Koen Vandeputte |
2019-10-03 | net: propagate errors correctly in register_netdevice() | Eric Dumazet |
2019-10-03 | net/rds: Use DMA memory pool allocation for rds_header | Ka-Cheong Poon |
2019-10-02 | net/rds: Log vendor error if send/recv Work requests fail | Sudhakar Dindukurti |
2019-10-02 | Clean up the net/caif/Kconfig menu | rd.dunlab@gmail.com |
2019-10-02 | net_sched: remove need_resched() from qdisc_run() | Eric Dumazet |
2019-10-02 | ipconfig: Handle CONFIG_CIFS_ROOT option | Paulo Alcantara (SUSE) |
2019-10-02 | net: introduce per-netns netdevice notifiers | Jiri Pirko |
2019-10-02 | net: push loops and nb calls into helper functions | Jiri Pirko |
2019-10-01 | vsock/virtio: add support for MSG_PEEK | Matias Ezequiel Vara Larsen |
2019-10-01 | ipv6: minor code reorg in inet6_fill_ifla6_attrs() | Nicolas Dichtel |
2019-10-01 | net: rtnetlink: add possibility to use alternative names as message handle | Jiri Pirko |
2019-10-01 | net: rtnetlink: introduce helper to get net_device instance by ifname | Jiri Pirko |
2019-10-01 | net: rtnetlink: unify the code in __rtnl_newlink get dev with the rest | Jiri Pirko |
2019-10-01 | net: rtnetlink: put alternative names to getlink message | Jiri Pirko |
2019-10-01 | net: rtnetlink: add linkprop commands to add and delete alternative ifnames | Jiri Pirko |
2019-10-01 | net: introduce name_node struct to be used in hashlist | Jiri Pirko |
2019-10-01 | net: procfs: use index hashlist instead of name hashlist | Jiri Pirko |
2019-10-01 | tcp: add ipv6_addr_v4mapped_loopback() helper | Eric Dumazet |
2019-10-01 | net: core: dev: replace state xoff flag comparison by netif_xmit_stopped method | Julio Faracco |
2019-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2019-09-27 | Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2019-09-27 | Merge tag '9p-for-5.4' of git://github.com/martinetd/linux | Linus Torvalds |
2019-09-27 | tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state | Eric Dumazet |
2019-09-27 | sk_buff: drop all skb extensions on free and skb scrubbing | Florian Westphal |
2019-09-27 | tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidth | Kevin(Yudong) Yang |
2019-09-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2019-09-27 | net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N | Paul Blakey |
2019-09-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2019-09-27 | net: sched: sch_sfb: don't call qdisc_put() while holding tree lock | Vlad Buslov |
2019-09-27 | net: sched: multiq: don't call qdisc_put() while holding tree lock | Vlad Buslov |
2019-09-27 | net: sched: sch_htb: don't call qdisc_put() while holding tree lock | Vlad Buslov |
2019-09-27 | net/rds: Check laddr_check before calling it | Ka-Cheong Poon |
2019-09-27 | tcp: honor SO_PRIORITY in TIME_WAIT state | Eric Dumazet |
2019-09-27 | ipv6: tcp: provide sk->sk_priority to ctl packets | Eric Dumazet |
2019-09-27 | ipv6: add priority parameter to ip6_xmit() | Eric Dumazet |
2019-09-27 | sch_netem: fix rcu splat in netem_enqueue() | Eric Dumazet |
2019-09-27 | kcm: disable preemption in kcm_parse_func_strparser() | Eric Dumazet |
2019-09-26 | Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2019-09-26 | ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress rule | Jason A. Donenfeld |
2019-09-26 | openvswitch: change type of UPCALL_PID attribute to NLA_UNSPEC | Li RongQing |
2019-09-26 | net: print proper warning on dst underflow | Jason A. Donenfeld |
2019-09-26 | net/sched: cbs: Fix not adding cbs instance to list | Vinicius Costa Gomes |
2019-09-26 | net: Fix Kconfig indentation | Krzysztof Kozlowski |