Age | Commit message (Expand) | Author | Files | Lines |
2020-10-27 | devlink: Unlock on error in dumpit() |  Dan Carpenter | 1 | -2/+4 |
2020-10-27 | devlink: Fix some error codes |  Dan Carpenter | 1 | -9/+15 |
2020-10-22 | net: Properly typecast int values to set sk_max_pacing_rate |  Ke Li | 2 | -2/+3 |
2020-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf |  Jakub Kicinski | 1 | -59/+99 |
2020-10-21 | rtnetlink: fix data overflow in rtnl_calcit() |  Di Zhu | 1 | -7/+6 |
2020-10-22 | bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop |  Toke Høiland-Jørgensen | 1 | -59/+99 |
2020-10-18 | net: core: use list_del_init() instead of list_del() in netdev_run_todo() |  Taehee Yoo | 1 | -1/+1 |
2020-10-15 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next |  Linus Torvalds | 19 | -1196/+2705 |
2020-10-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  Jakub Kicinski | 1 | -7/+17 |
2020-10-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 1 | -8/+3 |
2020-10-15 | net, sockmap: Don't call bpf_prog_put() on NULL pointer |  Alex Dewar | 1 | -7/+9 |
2020-10-15 | bpf, sockmap: Add locking annotations to iterator |  Lorenz Bauer | 1 | -0/+8 |
2020-10-13 | net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstats |  Heiner Kallweit | 1 | -0/+34 |
2020-10-13 | socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabled |  Christian Eggers | 1 | -1/+0 |
2020-10-13 | socket: fix option SO_TIMESTAMPING_NEW |  Christian Eggers | 1 | -7/+3 |
2020-10-12 | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -6/+7 |
2020-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  Jakub Kicinski | 4 | -63/+257 |
2020-10-11 | bpf, sockmap: Allow skipping sk_skb parser program |  John Fastabend | 2 | -7/+93 |
2020-10-11 | bpf, sockmap: Check skb_verdict and skb_parser programs explicitly |  John Fastabend | 1 | -7/+8 |
2020-10-11 | bpf, sockmap: Add memory accounting so skbs on ingress lists are visible |  John Fastabend | 1 | -16/+15 |
2020-10-11 | bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup |  John Fastabend | 1 | -7/+7 |
2020-10-11 | bpf, sockmap: Remove dropped data on errors in redirect case |  John Fastabend | 1 | -14/+14 |
2020-10-11 | bpf, sockmap: Remove skb_set_owner_w wmem will be taken later from sendpage |  John Fastabend | 1 | -2/+0 |
2020-10-11 | bpf, sockmap: On receive programs try to fast track SK_PASS ingress |  John Fastabend | 1 | -2/+15 |
2020-10-11 | bpf, sockmap: Skb verdict SK_PASS to self already checked rmem limits |  John Fastabend | 1 | -9/+6 |
2020-10-11 | bpf: Always return target ifindex in bpf_fib_lookup |  Toke Høiland-Jørgensen | 1 | -1/+2 |
2020-10-11 | bpf: Add redirect_peer helper |  Daniel Borkmann | 2 | -10/+59 |
2020-10-09 | devlink: Add enable_remote_dev_reset generic parameter |  Moshe Shemesh | 1 | -0/+5 |
2020-10-09 | devlink: Add remote reload stats |  Moshe Shemesh | 1 | -6/+54 |
2020-10-09 | devlink: Add reload stats |  Moshe Shemesh | 1 | -0/+90 |
2020-10-09 | devlink: Add devlink reload limit option |  Moshe Shemesh | 1 | -6/+86 |
2020-10-09 | devlink: Add reload action option to devlink reload command |  Moshe Shemesh | 1 | -6/+92 |
2020-10-09 | devlink: Change devlink_reload_supported() param type |  Moshe Shemesh | 1 | -7/+7 |
2020-10-09 | bpf: Add tcp_notsent_lowat bpf setsockopt |  Nikita V. Shirokov | 1 | -0/+4 |
2020-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 1 | -0/+6 |
2020-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf |  Jakub Kicinski | 1 | -0/+6 |
2020-10-06 | net: always dump full packets with skb_dump |  Vladimir Oltean | 1 | -5/+1 |
2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  David S. Miller | 3 | -50/+130 |
2020-10-04 | net/core: check length before updating Ethertype in skb_mpls_{push,pop} |  Guillaume Nault | 1 | -2/+2 |
2020-10-04 | net: devlink: Add support for port regions |  Andrew Lunn | 1 | -26/+224 |
2020-10-04 | net: devlink: Add unused port flavour |  Andrew Lunn | 1 | -1/+3 |
2020-10-03 | net/sched: act_vlan: Add {POP,PUSH}_ETH actions |  Guillaume Nault | 1 | -0/+67 |
2020-10-02 | genetlink: move to smaller ops wherever possible |  Jakub Kicinski | 2 | -6/+6 |
2020-10-02 | devlink: add .trap_group_action_set() callback |  Ioana Ciornei | 1 | -0/+18 |
2020-10-02 | devlink: add parser error drop packet traps |  Ioana Ciornei | 1 | -0/+17 |
2020-10-02 | bpf, sockmap: Add skb_adjust_room to pop bytes off ingress payload |  John Fastabend | 1 | -0/+46 |
2020-10-01 | net-sysfs: Fix inconsistent of format with argument type in net-sysfs.c |  Ye Bin | 1 | -2/+2 |
2020-10-01 | pktgen: Fix inconsistent of format with argument type in pktgen.c |  Ye Bin | 1 | -5/+5 |
2020-10-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 5 | -95/+380 |
2020-10-01 | bpf: Fix "unresolved symbol" build error with resolve_btfids |  Yonghong Song | 1 | -0/+6 |