summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-0/+22
2020-05-09net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet1-4/+4
2020-05-08net: relax SO_TXTIME CAP_NET_ADMIN checkEric Dumazet1-10/+18
2020-05-08netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet1-3/+8
2020-05-08netpoll: netpoll_send_skb() returns transmit statusEric Dumazet1-4/+7
2020-05-08netpoll: move netpoll_send_skb() out of lineEric Dumazet1-2/+11
2020-05-08netpoll: remove dev argument from netpoll_send_skb_on_dev()Eric Dumazet1-4/+6
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-10/+20
2020-05-05neigh: send protocol value in neighbor create notificationRoman Mashak1-3/+3
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-19/+71
2020-05-04devlink: let kernel allocate region snapshot idJakub Kicinski1-13/+44
2020-05-04devlink: factor out building a snapshot notificationJakub Kicinski1-11/+28
2020-05-04devlink: Fix reporter's recovery conditionAya Levin1-2/+5
2020-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-133/+140
2020-05-02drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann1-4/+7
2020-05-02devlink: fix return value after hitting end in region readJakub Kicinski1-0/+5
2020-05-02net: fix skb_panic to output real addressJesper Dangaard Brouer1-1/+1
2020-05-01bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addrStanislav Fomichev1-23/+95
2020-05-01net/core: Introduce netdev_get_xmit_slaveMaor Gottlieb1-0/+22
2020-04-30docs: networking: convert pktgen.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-30bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASHJakub Sitnicki2-2/+20
2020-04-29netpoll: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-4/+5
2020-04-29docs: networking: convert gen_stats.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2-32/+23
2020-04-27net: rtnetlink: remove redundant assignment to variable errColin Ian King1-1/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2-32/+23
2020-04-26net: bpf: Allow TC programs to call BPF_FUNC_skb_change_headLorenzo Colitti1-0/+2
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev1-77/+1
2020-04-26bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}Stanislav Fomichev1-1/+1
2020-04-26net: remove obsolete commentEric Dumazet1-1/+0
2020-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+1
2020-04-23net: napi: use READ_ONCE()/WRITE_ONCE()Eric Dumazet2-5/+5
2020-04-23net: napi: add hard irqs deferral featureEric Dumazet2-11/+36
2020-04-22cgroup, netclassid: remove double cond_reschedJiri Slaby1-3/+1
2020-04-20net: Add testing sysfs attributeAndrew Lunn1-1/+14
2020-04-20net: Add IF_OPER_TESTINGAndrew Lunn3-3/+23
2020-04-14xdp: Reset prog in dev_change_xdp_fd when fd is negativeDavid Ahern1-1/+2
2020-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-2/+2
2020-04-09net-sysfs: remove redundant assignment to variable retColin Ian King1-1/+1
2020-04-09bpf: Fix use of sk->sk_reuseport from sk_assignJoe Stringer1-1/+1
2020-04-08net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov1-1/+2
2020-04-03neigh: support smaller retrans_time setttingHangbin Liu1-4/+6
2020-04-03net: core: enable SO_BINDTODEVICE for non-root usersVincent Bernat1-1/+1
2020-04-03net, sk_msg: Don't use RCU_INIT_POINTER on sk_user_dataJakub Sitnicki1-1/+1
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-12/+196
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-3/+3
2020-03-31devlink: Allow setting of packet trap group parametersIdo Schimmel1-2/+54
2020-03-31devlink: Add packet trap group parameters supportIdo Schimmel1-0/+31
2020-03-31devlink: Add packet trap policers supportIdo Schimmel1-0/+428