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