summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2020-10-29Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-11/+19
2020-10-27devlink: Unlock on error in dumpit()Dan Carpenter-2/+4
2020-10-27devlink: Fix some error codesDan Carpenter-9/+15
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau-0/+4
2020-10-22net: Properly typecast int values to set sk_max_pacing_rateKe Li-2/+3
2020-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-59/+99
2020-10-21rtnetlink: fix data overflow in rtnl_calcit()Di Zhu-7/+6
2020-10-22bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen-59/+99
2020-10-18net: core: use list_del_init() instead of list_del() in netdev_run_todo()Taehee Yoo-1/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1196/+2705
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-7/+17
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+3
2020-10-15net, sockmap: Don't call bpf_prog_put() on NULL pointerAlex Dewar-7/+9
2020-10-15bpf, sockmap: Add locking annotations to iteratorLorenz Bauer-0/+8
2020-10-13net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstatsHeiner Kallweit-0/+34
2020-10-13socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers-1/+0
2020-10-13socket: fix option SO_TIMESTAMPING_NEWChristian Eggers-7/+3
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+7
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-63/+257
2020-10-11bpf, sockmap: Allow skipping sk_skb parser programJohn Fastabend-7/+93
2020-10-11bpf, sockmap: Check skb_verdict and skb_parser programs explicitlyJohn Fastabend-7/+8
2020-10-11bpf, sockmap: Add memory accounting so skbs on ingress lists are visibleJohn Fastabend-16/+15
2020-10-11bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanupJohn Fastabend-7/+7
2020-10-11bpf, sockmap: Remove dropped data on errors in redirect caseJohn Fastabend-14/+14
2020-10-11bpf, sockmap: Remove skb_set_owner_w wmem will be taken later from sendpageJohn Fastabend-2/+0
2020-10-11bpf, sockmap: On receive programs try to fast track SK_PASS ingressJohn Fastabend-2/+15
2020-10-11bpf, sockmap: Skb verdict SK_PASS to self already checked rmem limitsJohn Fastabend-9/+6
2020-10-11bpf: Always return target ifindex in bpf_fib_lookupToke Høiland-Jørgensen-1/+2
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann-10/+59
2020-10-09devlink: Add enable_remote_dev_reset generic parameterMoshe Shemesh-0/+5
2020-10-09devlink: Add remote reload statsMoshe Shemesh-6/+54
2020-10-09devlink: Add reload statsMoshe Shemesh-0/+90
2020-10-09devlink: Add devlink reload limit optionMoshe Shemesh-6/+86
2020-10-09devlink: Add reload action option to devlink reload commandMoshe Shemesh-6/+92
2020-10-09devlink: Change devlink_reload_supported() param typeMoshe Shemesh-7/+7
2020-10-09bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov-0/+4
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+6
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-0/+6
2020-10-06net: always dump full packets with skb_dumpVladimir Oltean-5/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-50/+130
2020-10-04net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault-2/+2
2020-10-04net: devlink: Add support for port regionsAndrew Lunn-26/+224
2020-10-04net: devlink: Add unused port flavourAndrew Lunn-1/+3
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault-0/+67
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski-6/+6
2020-10-02devlink: add .trap_group_action_set() callbackIoana Ciornei-0/+18
2020-10-02devlink: add parser error drop packet trapsIoana Ciornei-0/+17
2020-10-02bpf, sockmap: Add skb_adjust_room to pop bytes off ingress payloadJohn Fastabend-0/+46
2020-10-01net-sysfs: Fix inconsistent of format with argument type in net-sysfs.cYe Bin-2/+2
2020-10-01pktgen: Fix inconsistent of format with argument type in pktgen.cYe Bin-5/+5