Age | Commit message (Expand) | Author | Files | Lines |
2020-04-24 | mac80211: mlme: remove duplicate AID bookkeeping | Johannes Berg | 5 | -10/+6 |
2020-04-24 | net: openvswitch: use u64 for meter bucket | Tonghao Zhang | 2 | -2/+2 |
2020-04-24 | net: openvswitch: make EINVAL return value more obvious | Tonghao Zhang | 1 | -3/+2 |
2020-04-24 | net: openvswitch: remove the unnecessary check | Tonghao Zhang | 1 | -5/+4 |
2020-04-24 | net: openvswitch: set max limitation to meters | Tonghao Zhang | 2 | -10/+49 |
2020-04-24 | net: openvswitch: expand the meters supported number | Tonghao Zhang | 3 | -63/+195 |
2020-04-24 | net: sched : Remove unnecessary cast in kfree | Xu Wang | 1 | -1/+1 |
2020-04-23 | net: napi: use READ_ONCE()/WRITE_ONCE() | Eric Dumazet | 2 | -5/+5 |
2020-04-23 | net: napi: add hard irqs deferral feature | Eric Dumazet | 2 | -11/+36 |
2020-04-23 | net: dsa: add GRO support via gro_cells | Alexander Lobakin | 4 | -2/+14 |
2020-04-23 | ipv6: Honor all IPv6 PIO Valid Lifetime values | Fernando Gont | 1 | -20/+7 |
2020-04-23 | net: caif: use true,false for bool variables | Jason Yan | 1 | -4/+4 |
2020-04-22 | net: qrtr: Add tracepoint support | Manivannan Sadhasivam | 1 | -9/+11 |
2020-04-22 | ila: remove unused macro 'ILA_HASH_TABLE_SIZE' | YueHaibing | 1 | -2/+0 |
2020-04-22 | net/sched: act_ct: update nf_conn_acct for act_ct SW offload in flowtable | wenxu | 1 | -0/+2 |
2020-04-21 | drivers: Remove inclusion of vermagic header | Leon Romanovsky | 1 | -2/+1 |
2020-04-21 | net: ipv4: remove redundant assignment to variable rc | Colin Ian King | 1 | -1/+1 |
2020-04-20 | net: ethtool: self_test: Mark interface in testing operative status | Andrew Lunn | 1 | -0/+2 |
2020-04-20 | net: Add testing sysfs attribute | Andrew Lunn | 1 | -1/+14 |
2020-04-20 | net: Add IF_OPER_TESTING | Andrew Lunn | 3 | -3/+23 |
2020-04-17 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 12 | -88/+581 |
2020-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 32 | -192/+197 |
2020-04-16 | Bluetooth: Enhanced Connection Complete event belongs to LL Privacy | Marcel Holtmann | 1 | -8/+0 |
2020-04-16 | tipc: fix incorrect increasing of link window | Tuong Lien | 1 | -1/+1 |
2020-04-16 | ipv6: remove redundant assignment to variable err | Colin Ian King | 1 | -1/+1 |
2020-04-15 | net/rds: Use ERR_PTR for rds_message_alloc_sgs() | Jason Gunthorpe | 4 | -21/+19 |
2020-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2 | -4/+4 |
2020-04-15 | Merge tag 'mac80211-for-net-2020-04-15' of git://git.kernel.org/pub/scm/linux... | David S. Miller | 3 | -19/+22 |
2020-04-15 | Bluetooth: Enable LE Enhanced Connection Complete event. | Marcel Holtmann | 1 | -0/+8 |
2020-04-15 | Bluetooth: Use extra variable to make code more readable | Marcel Holtmann | 1 | -1/+3 |
2020-04-15 | xsk: Add missing check on user supplied headroom size | Magnus Karlsson | 1 | -3/+2 |
2020-04-15 | mac80211: fix channel switch trigger from unknown mesh peer | Tamizh chelvam | 1 | -4/+7 |
2020-04-15 | mac80211: fix race in ieee80211_register_hw() | Sumit Garg | 1 | -11/+13 |
2020-04-15 | net: dsa: Down cpu/dsa ports phylink will control | Andrew Lunn | 1 | -1/+6 |
2020-04-15 | rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket | David Howells | 2 | -41/+12 |
2020-04-14 | xdp: Reset prog in dev_change_xdp_fd when fd is negative | David Ahern | 1 | -1/+2 |
2020-04-14 | nl80211: fix NL80211_ATTR_FTM_RESPONDER policy | Johannes Berg | 1 | -4/+2 |
2020-04-13 | mptcp: fix double-unlock in mptcp_poll | Florian Westphal | 1 | -12/+13 |
2020-04-11 | Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 4 | -5/+5 |
2020-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 3 | -4/+5 |
2020-04-09 | Bluetooth: log advertisement packet length if it gets corrected | Daniels Umanovskis | 1 | -1/+2 |
2020-04-09 | net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin | Taras Chornyi | 1 | -4/+9 |
2020-04-09 | net/rds: Fix MR reference counting problem | Ka-Cheong Poon | 2 | -21/+12 |
2020-04-09 | net/rds: Replace struct rds_mr's r_refcount with struct kref | Ka-Cheong Poon | 3 | -23/+20 |
2020-04-09 | net-sysfs: remove redundant assignment to variable ret | Colin Ian King | 1 | -1/+1 |
2020-04-09 | net: qrtr: send msgs from local of same id as broadcast | Wang Wenhu | 1 | -3/+4 |
2020-04-09 | Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 3 | -96/+14 |
2020-04-09 | bpf: Fix use of sk->sk_reuseport from sk_assign | Joe Stringer | 1 | -1/+1 |
2020-04-09 | net/tls: fix const assignment warning | Arnd Bergmann | 1 | -2/+2 |
2020-04-09 | l2tp: Allow management of tunnels and session in user namespace | Michael Weiß | 1 | -8/+8 |