summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2020-03-10net: memcg: late association of sock to memcgShakeel Butt
2020-03-09cgroup, netclassid: periodically release file_lock on classid updatingDmitry Yakunin
2020-03-03devlink: validate length of region addr/lenJakub Kicinski
2020-03-03devlink: validate length of param valuesJakub Kicinski
2020-02-26net: core: devlink.c: Use built-in RCU list checkingMadhuparna Bhowmik
2020-02-26net: Fix Tx hash bound checkingAmritha Nambiar
2020-02-23net: core: devlink.c: Hold devlink->lock from the beginning of devlink_dpipe_...Madhuparna Bhowmik
2020-02-20net: core: Distribute switch variables for initializationKees Cook
2020-02-18Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni
2020-02-16skbuff: remove stale bit mask commentsRandy Dunlap
2020-02-16net: export netdev_next_lower_dev_rcu()Taehee Yoo
2020-02-16net: add strict checks in netdev_name_node_alt_destroy()Eric Dumazet
2020-02-16net: rtnetlink: fix bugs in rtnl_alt_ifname()Eric Dumazet
2020-02-16net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman
2020-02-13page_pool: refill page when alloc.count of pool is zeroLi RongQing
2020-02-11core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-02-07bpf: Improve bucket_log calculation logicMartin KaFai Lau
2020-02-07bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki
2020-02-07bpf, sockmap: Don't sleep while holding RCU lock on tear-downJakub Sitnicki
2020-02-07bpf, sockmap: Check update requirements after lockingLorenz Bauer
2020-02-07drop_monitor: Do not cancel uninitialized work itemIdo Schimmel
2020-02-05devlink: report 0 after hitting end in region readJacob Keller
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-30net/core: Do not clear VF index for node/port GUIDs queryLeon Romanovsky
2020-01-30net: drop_monitor: Use kstrdupJoe Perches
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-01-27Revert "pktgen: Allow configuration of IPv6 source address range"David S. Miller
2020-01-27flow_dissector: Fix to use new variables for port ranges in bpf hookYoshiki Komachi
2020-01-27net: introduce dev_net notifier register/unregister variantsJiri Pirko
2020-01-27net: push code from net notifier reg/unreg into helpersJiri Pirko
2020-01-27net: call call_netdevice_unregister_net_notifiers from unregisterJiri Pirko
2020-01-27soreuseport: Cleanup duplicate initialization of more_reuse->max_socks.Kuniyuki Iwashima
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert
2020-01-27net: Add a netdev software feature set that defaults to off.Steffen Klassert
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-01-25devlink: Add health recover notifications on devlink flowsMoshe Shemesh
2020-01-24net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary
2020-01-24neigh_stat_seq_next() should increase position indexVasily Averin
2020-01-23net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-01-22bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau
2020-01-22net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy
2020-01-22net, sk_msg: Don't check if sock is locked when tearing down psockJakub Sitnicki
2020-01-22xsk, net: Make sock_def_readable() have external linkageBjörn Töpel
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller