| Commit message (Expand) | Author | Age | Files | Lines |
* | net: ipv4: update fnhe_pmtu when first hop's MTU changes | Sabrina Dubroca | 2018-10-10 | 1 | -2/+26 |
* | net: make skb_partial_csum_set() more robust against overflows | Eric Dumazet | 2018-10-10 | 1 | -5/+7 |
* | devlink: Add helper function for safely copy string param | Moshe Shemesh | 2018-10-10 | 1 | -1/+18 |
* | devlink: Fix param cmode driverinit for string type | Moshe Shemesh | 2018-10-10 | 1 | -3/+12 |
* | devlink: Fix param set handling for string type | Moshe Shemesh | 2018-10-10 | 1 | -3/+8 |
* | rtnetlink: fix rtnl_fdb_dump() for ndmsg header | Mauricio Faria de Oliveira | 2018-10-05 | 1 | -9/+20 |
* | rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096 | Eric Dumazet | 2018-10-02 | 1 | -0/+6 |
* | bond: take rcu lock in netpoll_send_skb_on_dev | Dave Jones | 2018-10-01 | 1 | -0/+2 |
* | rtnetlink: Fail dump if target netnsid is invalid | David Ahern | 2018-10-01 | 1 | -4/+2 |
* | netpoll: do not test NAPI_STATE_SCHED in poll_one_napi() | Eric Dumazet | 2018-09-28 | 1 | -19/+1 |
* | net: core: add member wol_enabled to struct net_device | Heiner Kallweit | 2018-09-26 | 1 | -1/+8 |
* | netpoll: make ndo_poll_controller() optional | Eric Dumazet | 2018-09-23 | 1 | -12/+7 |
* | net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMIN | Maciej Żenczykowski | 2018-09-22 | 1 | -0/+1 |
* | devlink: double free in devlink_resource_fill() | Dan Carpenter | 2018-09-21 | 1 | -2/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-09-16 | 1 | -1/+2 |
|\ |
|
| * | bpf: use __GFP_COMP while allocating page | Tushar Dave | 2018-09-12 | 1 | -1/+2 |
* | | neighbour: confirm neigh entries when ARP packet is received | Vasily Khoruzhick | 2018-09-13 | 1 | -5/+8 |
* | | net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags | Roopa Prabhu | 2018-09-13 | 1 | -1/+1 |
|/ |
|
* | tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY | Vincent Whitchurch | 2018-09-07 | 1 | -3/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-09-04 | 2 | -27/+36 |
|\ |
|
| * | bpf: Fix bpf_msg_pull_data() | Tushar Dave | 2018-09-02 | 1 | -4/+3 |
| * | net: rtnl: return early from rtnl_unregister_all when protocol isn't registered | Sabrina Dubroca | 2018-08-29 | 1 | -0/+4 |
| * | bpf: fix sg shift repair start offset in bpf_msg_pull_data | Daniel Borkmann | 2018-08-29 | 1 | -13/+13 |
| * | bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_data | Daniel Borkmann | 2018-08-29 | 1 | -1/+4 |
| * | bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_data | Daniel Borkmann | 2018-08-29 | 1 | -3/+2 |
| * | bpf: fix several offset tests in bpf_msg_pull_data | Daniel Borkmann | 2018-08-28 | 1 | -5/+9 |
| * | bpf: fix build error with clang | Stefan Agner | 2018-08-27 | 1 | -1/+1 |
* | | notifier: Remove notifier header file wherever not used | Mukesh Ojha | 2018-08-30 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2018-08-26 | 1 | -10/+6 |
|\ |
|
| * | Convert net_namespace to new IDA API | Matthew Wilcox | 2018-08-21 | 1 | -10/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-08-19 | 2 | -49/+33 |
|\ \ |
|
| * | | bpf: fix redirect to map under tail calls | Daniel Borkmann | 2018-08-17 | 1 | -38/+30 |
| * | | net/xdp: Fix suspicious RCU usage warning | Tariq Toukan | 2018-08-16 | 1 | -11/+3 |
* | | | Merge branch 'linus/master' into rdma.git for-next | Jason Gunthorpe | 2018-08-16 | 22 | -432/+2972 |
|\| | |
|
| * | | net: filter: mark expected switch fall-through | Gustavo A. R. Silva | 2018-08-14 | 1 | -0/+1 |
| * | | net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() | Jeremy Cline | 2018-08-14 | 1 | -0/+2 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-08-13 | 4 | -74/+441 |
| |\ \ |
|
| | * | | bpf: Introduce bpf_skb_ancestor_cgroup_id helper | Andrey Ignatov | 2018-08-13 | 1 | -0/+28 |
| | * | | bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection | Martin KaFai Lau | 2018-08-11 | 2 | -45/+78 |
| | * | | bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT | Martin KaFai Lau | 2018-08-11 | 2 | -6/+283 |
| | * | | bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY | Martin KaFai Lau | 2018-08-11 | 1 | -0/+8 |
| | * | | net: Add ID (if needed) to sock_reuseport and expose reuseport_lock | Martin KaFai Lau | 2018-08-11 | 1 | -1/+26 |
| | * | | tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket | Martin KaFai Lau | 2018-08-11 | 1 | -0/+1 |
| | * | | xdp: Helpers for disabling napi_direct of xdp_return_frame | Toshiaki Makita | 2018-08-10 | 1 | -2/+4 |
| | * | | bpf: Make redirect_info accessible from modules | Toshiaki Makita | 2018-08-10 | 1 | -18/+11 |
| | * | | net: Export skb_headers_offset_update | Toshiaki Makita | 2018-08-10 | 1 | -1/+2 |
| | * | | Revert "xdp: add NULL pointer check in __xdp_return()" | Björn Töpel | 2018-08-10 | 1 | -2/+1 |
| * | | | net: core: protect rate estimator statistics pointer with lock | Vlad Buslov | 2018-08-11 | 1 | -8/+13 |
| * | | | net: allow to call netif_reset_xps_queues() under cpus_read_lock | Andrei Vagin | 2018-08-09 | 2 | -5/+19 |
| |/ / |
|
| * | | flow_dissector: allow dissection of tunnel options from metadata | Simon Horman | 2018-08-07 | 1 | -1/+18 |