aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-13bpf: Fix dev pointer dereference from sk_skbJoe Stringer1-1/+4
2018-10-09net: fix generic XDP to handle if eth header was mangledJesper Dangaard Brouer1-0/+14
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-18/+192
2018-10-09bpf: fix building without CONFIG_INETArnd Bergmann1-2/+8
2018-10-08rtnetlink: Update rtnl_fdb_dump for strict data checkingDavid Ahern1-2/+60
2018-10-08rtnetlink: Move input checking for rtnl_fdb_dump to helperDavid Ahern1-20/+33
2018-10-08net/fib_rules: Update fib_nl_dumprule for strict data checkingDavid Ahern1-1/+35
2018-10-08net/namespace: Update rtnl_net_dumpid for strict data checkingDavid Ahern1-0/+6
2018-10-08net/neighbor: Update neightbl_dump_info for strict data checkingDavid Ahern1-3/+35
2018-10-08net/neighbor: Update neigh_dump_info for strict data checkingDavid Ahern1-15/+67
2018-10-08rtnetlink: Update rtnl_stats_dump for strict data checkingDavid Ahern1-2/+22
2018-10-08rtnetlink: Update rtnl_bridge_getlink for strict data checkingDavid Ahern1-13/+57
2018-10-08rtnetlink: Update rtnl_dump_ifinfo for strict data checkingDavid Ahern1-30/+83
2018-10-08net: Add extack to nlmsg_parseDavid Ahern3-4/+5
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+20
2018-10-05rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira1-9/+20
2018-10-05ethtool: don't allow disabling queues with umem installedJakub Kicinski1-0/+11
2018-10-05ethtool: rename local variable max -> currJakub Kicinski1-6/+6
2018-10-05net/neigh: Extend dump filter to proxy neighbor dumpsDavid Ahern1-30/+42
2018-10-04devlink: Add generic parameter msix_vec_per_pf_minVasundhara Volam1-0/+5
2018-10-04devlink: Add generic parameter msix_vec_per_pf_maxVasundhara Volam1-0/+5
2018-10-04devlink: Add generic parameter ignore_ariVasundhara Volam1-0/+5
2018-10-04Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-3/+5
2018-10-04net: core: Fix build with CONFIG_IPV6=mJoe Stringer1-1/+1
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-24/+19
2018-10-03devlink: Add extack for eswitch operationsEli Britstein1-3/+5
2018-10-02tcp: do not release socket ownership in tcp_close()Eric Dumazet1-1/+1
2018-10-03bpf: Add helper to retrieve socket in BPFJoe Stringer1-0/+151
2018-10-03bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer1-12/+18
2018-10-02rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-10-02net: drop unused skb_append_datato_frags()Paolo Abeni1-58/+0
2018-10-01bond: take rcu lock in netpoll_send_skb_on_devDave Jones1-0/+2
2018-10-01rtnetlink: Fail dump if target netnsid is invalidDavid Ahern1-4/+2
2018-09-28netpoll: do not test NAPI_STATE_SCHED in poll_one_napi()Eric Dumazet1-19/+1
2018-09-28net/core: make function ___gnet_stats_copy_basic() staticWei Yongjun1-1/+1
2018-09-26net: core: add member wol_enabled to struct net_deviceHeiner Kallweit1-1/+8
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-30/+249
2018-09-25net: core: netlink: add helper refcount dec and lock functionVlad Buslov1-0/+6
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-14/+9
2018-09-25flow_dissector: lookup netns by skb->sk if skb->dev is NULLWillem de Bruijn1-3/+9
2018-09-24neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu1-5/+2
2018-09-24neighbour: allow admin to set NTF_ROUTERRoopa Prabhu1-2/+7
2018-09-24net/core: Add new basic hardware counterEelco Chaudron1-19/+54
2018-09-23netpoll: make ndo_poll_controller() optionalEric Dumazet1-12/+7
2018-09-22net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski1-0/+1
2018-09-21devlink: double free in devlink_resource_fill()Dan Carpenter1-2/+1
2018-09-19net: linkwatch: add check for netdevice being present to linkwatch_do_devHeiner Kallweit1-1/+1
2018-09-19net: core: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang1-5/+5
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+11
2018-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+2