summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2018-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-13/+70
2018-10-12net: bridge: add support for per-port vlan statsNikolay Aleksandrov1-1/+1
2018-10-12net: Evict neighbor entries on carrier downDavid Ahern1-4/+23
2018-10-11net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-2/+26
2018-10-11rtnetlink: Update comment in rtnl_stats_dump regarding strict data checkingDavid Ahern1-2/+2
2018-10-11rtnetlink: Move ifm in valid_fdb_dump_legacy to closer to useDavid Ahern1-1/+3
2018-10-10net: make skb_partial_csum_set() more robust against overflowsEric Dumazet1-5/+7
2018-10-10devlink: Add helper function for safely copy string paramMoshe Shemesh1-1/+18
2018-10-10devlink: Fix param cmode driverinit for string typeMoshe Shemesh1-3/+12
2018-10-10devlink: Fix param set handling for string typeMoshe Shemesh1-3/+8
2018-10-09Merge 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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+20
2018-10-06rtnetlink: 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/ker...David S. Miller1-3/+5
2018-10-04net: core: Fix build with CONFIG_IPV6=mJoe Stringer1-1/+1
2018-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-24/+19
2018-10-04devlink: Add extack for eswitch operationsEli Britstein1-3/+5
2018-10-03tcp: 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-03rtnl: 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-02bond: take rcu lock in netpoll_send_skb_on_devDave Jones1-0/+2
2018-10-02rtnetlink: 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-27net: core: add member wol_enabled to struct net_deviceHeiner Kallweit1-1/+8
2018-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-30/+249
2018-09-26net: 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