summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu2018-10-211-2/+1Star
* net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis2018-10-201-2/+3
* Revert "bond: take rcu lock in netpoll_send_skb_on_dev"David S. Miller2018-10-191-2/+0Star
* ethtool: fix a privilege escalation bugWenwen Wang2018-10-161-2/+6
* ethtool: fix a missing-check bugWenwen Wang2018-10-161-0/+3
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-111-2/+26
* net: make skb_partial_csum_set() more robust against overflowsEric Dumazet2018-10-101-5/+7
* devlink: Add helper function for safely copy string paramMoshe Shemesh2018-10-101-1/+18
* devlink: Fix param cmode driverinit for string typeMoshe Shemesh2018-10-101-3/+12
* devlink: Fix param set handling for string typeMoshe Shemesh2018-10-101-3/+8
* rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira2018-10-051-9/+20
* rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet2018-10-031-0/+6
* bond: take rcu lock in netpoll_send_skb_on_devDave Jones2018-10-021-0/+2
* rtnetlink: Fail dump if target netnsid is invalidDavid Ahern2018-10-021-4/+2Star
* netpoll: do not test NAPI_STATE_SCHED in poll_one_napi()Eric Dumazet2018-09-281-19/+1Star
* net: core: add member wol_enabled to struct net_deviceHeiner Kallweit2018-09-271-1/+8
* netpoll: make ndo_poll_controller() optionalEric Dumazet2018-09-241-12/+7Star
* net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski2018-09-231-0/+1
* devlink: double free in devlink_resource_fill()Dan Carpenter2018-09-221-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-09-171-1/+2
|\
| * bpf: use __GFP_COMP while allocating pageTushar Dave2018-09-121-1/+2
* | neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick2018-09-131-5/+8
* | net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu2018-09-131-1/+1
|/
* tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2018-09-081-3/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-09-042-27/+36
|\
| * bpf: Fix bpf_msg_pull_data()Tushar Dave2018-09-021-4/+3Star
| * net: rtnl: return early from rtnl_unregister_all when protocol isn't registeredSabrina Dubroca2018-08-301-0/+4
| * bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann2018-08-291-13/+13
| * bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann2018-08-291-1/+4
| * bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann2018-08-291-3/+2Star
| * bpf: fix several offset tests in bpf_msg_pull_dataDaniel Borkmann2018-08-291-5/+9
| * bpf: fix build error with clangStefan Agner2018-08-281-1/+1
* | notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0Star
|/
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-10/+6Star
|\
| * Convert net_namespace to new IDA APIMatthew Wilcox2018-08-221-10/+6Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-192-49/+33Star
|\ \
| * | bpf: fix redirect to map under tail callsDaniel Borkmann2018-08-181-38/+30Star
| * | net/xdp: Fix suspicious RCU usage warningTariq Toukan2018-08-161-11/+3Star
* | | Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-1622-432/+2972
|\| |
| * | net: filter: mark expected switch fall-throughGustavo A. R. Silva2018-08-141-0/+1
| * | net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()Jeremy Cline2018-08-141-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-134-74/+441
| |\ \
| | * | bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov2018-08-131-0/+28
| | * | bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-112-45/+78
| | * | bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-112-6/+283
| | * | bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-0/+8
| | * | net: Add ID (if needed) to sock_reuseport and expose reuseport_lockMartin KaFai Lau2018-08-111-1/+26
| | * | tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau2018-08-111-0/+1
| | * | xdp: Helpers for disabling napi_direct of xdp_return_frameToshiaki Makita2018-08-101-2/+4
| | * | bpf: Make redirect_info accessible from modulesToshiaki Makita2018-08-101-18/+11Star