summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-2/+4
|\
| * y2038: socket: remove timespec reference in timestampingArnd Bergmann2019-11-151-2/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-271-0/+14
|\ \
| * \ Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe2019-11-252-0/+19
| |\ \
| | * | net/core: Add support for getting VF GUIDsDanit Goldberg2019-11-221-0/+14
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-1/+1
|\ \ \ \
| * | | | locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-262-4/+4
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-10-312-4/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | net/core: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-302-4/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-2517-448/+1161
|\ \ \ \ \ \
| * | | | | | net: gro: use vlan API instead of accessing directlyTonghao Zhang2019-11-231-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-222-12/+36
| |\ \ \ \ \ \
| * | | | | | | bpf: skmsg, fix potential psock NULL pointer dereferenceJohn Fastabend2019-11-211-5/+8
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-202-12/+2
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko2019-11-181-1/+1
| | * | | | | | | bpf: Annotate context typesAlexei Starovoitov2019-11-151-10/+0
| | * | | | | | | bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov2019-11-151-1/+1
| * | | | | | | | net: page_pool: add the possibility to sync DMA memory for deviceLorenzo Bianconi2019-11-201-2/+34
| * | | | | | | | page_pool: Don't recycle non-reusable pagesSaeed Mahameed2019-11-201-1/+13
| * | | | | | | | page_pool: Add API to update numa nodeSaeed Mahameed2019-11-201-0/+8
| * | | | | | | | page_pool: add destroy attempts counter and rename tracepointJesper Dangaard Brouer2019-11-181-2/+11
| * | | | | | | | xdp: remove memory poison on free for struct xdp_mem_allocatorJesper Dangaard Brouer2019-11-181-5/+0
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-1/+7
| |\ \ \ \ \ \ \ \
| * | | | | | | | | net: core: allow fast GRO for skbs with Ethernet header in headAlexander Lobakin2019-11-161-2/+1
| * | | | | | | | | page_pool: do not release pool until inflight == 0.Jonathan Lemon2019-11-162-123/+120
| * | | | | | | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-11-131-0/+5
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | devlink: Add new "enable_roce" generic device paramMichael Guralnik2019-11-111-0/+5
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | devlink: Allow large formatted message of binary outputAya Levin2019-11-121-9/+15
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-5/+15
| |\ \ \ \ \ \ \ \
| * | | | | | | | | devlink: disallow reload operation during device cleanupJiri Pirko2019-11-081-1/+41
| * | | | | | | | | net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet2019-11-081-1/+1
| * | | | | | | | | net: add annotations on hh->hh_len lockless accessesEric Dumazet2019-11-071-2/+2
| * | | | | | | | | devlink: Add layer 3 generic packet exception trapsAmit Cohen2019-11-071-0/+6
| * | | | | | | | | devlink: Add layer 3 generic packet trapsAmit Cohen2019-11-071-0/+9
| * | | | | | | | | net_sched: gen_estimator: extend packet counter to 64bitEric Dumazet2019-11-061-2/+2
| * | | | | | | | | net: neigh: use long type to store jiffies deltaEric Dumazet2019-11-061-2/+2
| * | | | | | | | | net_sched: add TCA_STATS_PKT64 attributeEric Dumazet2019-11-051-2/+7
| * | | | | | | | | net_sched: extend packet counter to 64bitEric Dumazet2019-11-051-2/+1
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-029-213/+525
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | flow_dissector: extract more ICMP informationMatteo Croce2019-10-301-24/+50
| * | | | | | | | flow_dissector: skip the ICMP dissector for non ICMP packetsMatteo Croce2019-10-301-9/+25
| * | | | | | | | flow_dissector: add meaningful commentsMatteo Croce2019-10-301-0/+6
| * | | | | | | | sock: remove unneeded semicolonYueHaibing2019-10-281-1/+1
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-261-1/+14
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-171-1/+14
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-206-35/+49
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | pktgen: remove unnecessary assignment in pktgen_xmit()Yunsheng Lin2019-10-171-1/+0
| * | | | | | | | | net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin2019-10-151-24/+25
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-142-7/+41
| |\ \ \ \ \ \ \ \