summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2019-11-18page_pool: add destroy attempts counter and rename tracepointJesper Dangaard Brouer
2019-11-18xdp: remove memory poison on free for struct xdp_mem_allocatorJesper Dangaard Brouer
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-16net: core: allow fast GRO for skbs with Ethernet header in headAlexander Lobakin
2019-11-16page_pool: do not release pool until inflight == 0.Jonathan Lemon
2019-11-15bpf: Annotate context typesAlexei Starovoitov
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov
2019-11-15y2038: socket: remove timespec reference in timestampingArnd Bergmann
2019-11-13Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2019-11-12devlink: Allow large formatted message of binary outputAya Levin
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo
2019-11-12netprio: use css ID instead of cgroup IDTejun Heo
2019-11-11devlink: Add method for time-stamp on reporter's dumpAya Levin
2019-11-11devlink: Add new "enable_roce" generic device paramMichael Guralnik
2019-11-09devlink: disallow reload operation during device cleanupJiri Pirko
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08devlink: disallow reload operation during device cleanupJiri Pirko
2019-11-08net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet
2019-11-07net: add annotations on hh->hh_len lockless accessesEric Dumazet
2019-11-07devlink: Add layer 3 generic packet exception trapsAmit Cohen
2019-11-07devlink: Add layer 3 generic packet trapsAmit Cohen
2019-11-06net_sched: gen_estimator: extend packet counter to 64bitEric Dumazet
2019-11-06net: neigh: use long type to store jiffies deltaEric Dumazet
2019-11-05net_sched: add TCA_STATS_PKT64 attributeEric Dumazet
2019-11-05net_sched: extend packet counter to 64bitEric Dumazet
2019-11-05net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-01net: fix installing orphaned programsJakub Kicinski
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-10-30flow_dissector: extract more ICMP informationMatteo Croce
2019-10-30flow_dissector: skip the ICMP dissector for non ICMP packetsMatteo Croce
2019-10-30flow_dissector: add meaningful commentsMatteo Croce
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-30net/core: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney
2019-10-29net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov
2019-10-28sock: remove unneeded semicolonYueHaibing
2019-10-28net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-10-26net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-24net: core: limit nested device depthTaehee Yoo
2019-10-24keys: Fix memory leak in copy_net_nsTakeshi Misawa