summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: Move ifm in valid_fdb_dump_legacy to closer to useDavid Ahern2018-10-101-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-082-18/+192
|\
| * bpf: fix building without CONFIG_INETArnd Bergmann2018-10-091-2/+8
| * ethtool: don't allow disabling queues with umem installedJakub Kicinski2018-10-051-0/+11
| * ethtool: rename local variable max -> currJakub Kicinski2018-10-051-6/+6
| * net: core: Fix build with CONFIG_IPV6=mJoe Stringer2018-10-041-1/+1
| * bpf: Add helper to retrieve socket in BPFJoe Stringer2018-10-031-0/+151
| * bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer2018-10-031-12/+18
* | rtnetlink: Update rtnl_fdb_dump for strict data checkingDavid Ahern2018-10-081-2/+60
* | rtnetlink: Move input checking for rtnl_fdb_dump to helperDavid Ahern2018-10-081-20/+33
* | net/fib_rules: Update fib_nl_dumprule for strict data checkingDavid Ahern2018-10-081-1/+35
* | net/namespace: Update rtnl_net_dumpid for strict data checkingDavid Ahern2018-10-081-0/+6
* | net/neighbor: Update neightbl_dump_info for strict data checkingDavid Ahern2018-10-081-3/+35
* | net/neighbor: Update neigh_dump_info for strict data checkingDavid Ahern2018-10-081-15/+67
* | rtnetlink: Update rtnl_stats_dump for strict data checkingDavid Ahern2018-10-081-2/+22
* | rtnetlink: Update rtnl_bridge_getlink for strict data checkingDavid Ahern2018-10-081-13/+57
* | rtnetlink: Update rtnl_dump_ifinfo for strict data checkingDavid Ahern2018-10-081-30/+83
* | net: Add extack to nlmsg_parseDavid Ahern2018-10-083-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-061-9/+20
|\ \
| * | rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira2018-10-051-9/+20
* | | net/neigh: Extend dump filter to proxy neighbor dumpsDavid Ahern2018-10-051-30/+42
* | | devlink: Add generic parameter msix_vec_per_pf_minVasundhara Volam2018-10-041-0/+5
* | | devlink: Add generic parameter msix_vec_per_pf_maxVasundhara Volam2018-10-041-0/+5
* | | devlink: Add generic parameter ignore_ariVasundhara Volam2018-10-041-0/+5
* | | Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-10-041-3/+5
|\ \ \
| * | | devlink: Add extack for eswitch operationsEli Britstein2018-10-031-3/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-033-24/+19
|\ \ \ \ | | |/ / | |/| |
| * | | rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet2018-10-021-0/+6
| * | | bond: take rcu lock in netpoll_send_skb_on_devDave Jones2018-10-011-0/+2
| * | | rtnetlink: Fail dump if target netnsid is invalidDavid Ahern2018-10-011-4/+2
| * | | netpoll: do not test NAPI_STATE_SCHED in poll_one_napi()Eric Dumazet2018-09-281-19/+1
| * | | net: core: add member wol_enabled to struct net_deviceHeiner Kallweit2018-09-261-1/+8
* | | | tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-10-021-1/+1
* | | | net: drop unused skb_append_datato_frags()Paolo Abeni2018-10-021-58/+0
| |/ / |/| |
* | | net/core: make function ___gnet_stats_copy_basic() staticWei Yongjun2018-09-281-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-252-30/+249
|\ \
| * | flow_dissector: lookup netns by skb->sk if skb->dev is NULLWillem de Bruijn2018-09-251-3/+9
| * | flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-142-0/+204
| * | net/core/filter: fix unused-variable warningAnders Roxell2018-09-111-2/+3
| * | xdp: split code for map vs non-map redirectJesper Dangaard Brouer2018-09-061-22/+30
| * | xdp: explicit inline __xdp_map_lookup_elemJesper Dangaard Brouer2018-09-061-3/+3
| * | xdp: unlikely instrumentation for xdp map redirectJesper Dangaard Brouer2018-09-061-3/+3
* | | net: core: netlink: add helper refcount dec and lock functionVlad Buslov2018-09-251-0/+6
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-253-14/+9
|\ \ \ | | |/ | |/|
| * | netpoll: make ndo_poll_controller() optionalEric Dumazet2018-09-231-12/+7
| * | net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski2018-09-221-0/+1
| * | devlink: double free in devlink_resource_fill()Dan Carpenter2018-09-211-2/+1
* | | neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu2018-09-241-5/+2
* | | neighbour: allow admin to set NTF_ROUTERRoopa Prabhu2018-09-241-2/+7
* | | net/core: Add new basic hardware counterEelco Chaudron2018-09-241-19/+54