index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Lines
2020-12-16
net: core: introduce __netdev_notify_peers
Lijun Pan
-2
/
+20
2020-12-15
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-164
/
+449
2020-12-14
net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabled
Tariq Toukan
-0
/
+5
2020-12-14
net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...
Vasily Averin
-0
/
+6
2020-12-14
Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-2
/
+1
2020-12-14
Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
-6
/
+6
2020-12-14
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-11
/
+22
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-31
/
+38
2020-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-27
/
+36
2020-12-10
rtnetlink: RCU-annotate both dimensions of rtnl_msg_handlers
Jakub Kicinski
-11
/
+13
2020-12-09
net: flow_offload: Fix memory leak for indirect flow block
Chris Mi
-3
/
+1
2020-12-09
xdp: Remove the xdp_attachment_flags_ok() callback
Toke Høiland-Jørgensen
-14
/
+20
2020-12-08
bpf: Only provide bpf_sock_from_file with CONFIG_NET
Florent Revest
-0
/
+18
2020-12-08
net: core: devlink: simplify the return expression of devlink_nl_cmd_trap_set...
Zheng Yongjun
-6
/
+1
2020-12-07
lwt_bpf: Replace preempt_disable() with migrate_disable()
Cong Wang
-3
/
+3
2020-12-07
lwt: Disable BH too in run_lwt_bpf()
Dongdong Wang
-4
/
+4
2020-12-04
bpf: Expose bpf_sk_storage_* to iterator programs
Florent Revest
-0
/
+1
2020-12-04
net: Remove the err argument from sock_from_file
Florent Revest
-11
/
+3
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-55
/
+109
2020-12-03
bpf: Adds support for setting window clamp
Prankur gupta
-0
/
+3
2020-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-6
/
+5
2020-12-03
net: skbuff: ensure LSE is pullable before decrementing the MPLS ttl
Davide Caratti
-0
/
+3
2020-12-02
bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash maps
Roman Gushchin
-27
/
+6
2020-12-02
bpf: Refine memcg-based memory accounting for sockmap and sockhash maps
Roman Gushchin
-4
/
+5
2020-12-02
bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooks
Stanislav Fomichev
-0
/
+4
2020-12-01
net: delete __dev_getfirstbyhwtype
Vladimir Oltean
-13
/
+0
2020-12-01
net: switch to storing KCOV handle directly in sk_buff
Marco Elver
-6
/
+0
2020-11-30
mptcp: open code mptcp variant for lock_sock
Paolo Abeni
-1
/
+1
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
-2
/
+3
2020-12-01
net: Add SO_BUSY_POLL_BUDGET socket option
Björn Töpel
-11
/
+20
2020-12-01
net: Introduce preferred busy-polling
Björn Töpel
-15
/
+72
2020-11-30
xdp: Handle MEM_TYPE_XSK_BUFF_POOL correctly in xdp_return_buff()
Björn Töpel
-7
/
+10
2020-11-28
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
-6
/
+2
2020-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-19
/
+46
2020-11-27
net/sched: fix miss init the mru in qdisc_skb_cb
wenxu
-0
/
+2
2020-11-27
sock: set sk_err to ee_errno on dequeue from errq
Willem de Bruijn
-1
/
+1
2020-11-27
Merge branch 'linus' into sched/core, to resolve semantic conflict
Ingo Molnar
-32
/
+123
2020-11-25
devlink: Make sure devlink instance and port are in same net namespace
Parav Pandit
-1
/
+2
2020-11-25
devlink: Hold rtnl lock while reading netdev attributes
Parav Pandit
-0
/
+4
2020-11-25
net: Use lockdep_assert_in_softirq() in napi_consume_skb()
Yunsheng Lin
-0
/
+2
2020-11-25
gro_cells: reduce number of synchronize_net() calls
Eric Dumazet
-1
/
+6
2020-11-24
net: warn if gso_type isn't set for a GSO SKB
Heiner Kallweit
-0
/
+5
2020-11-24
net, xsk: Avoid taking multiple skbuff references
Björn Töpel
-6
/
+2
2020-11-24
devlink: Fix reload stats structure
Moshe Shemesh
-16
/
+33
2020-11-24
devlink: Add blackhole_nexthop trap
Ido Schimmel
-0
/
+1
2020-11-24
smp: Cleanup smp_call_function*()
Peter Zijlstra
-2
/
+1
2020-11-20
net: add annotation for sock_{lock,unlock}_fast
Paolo Abeni
-1
/
+2
2020-11-19
devlink: move flash end and begin to core devlink
Jacob Keller
-4
/
+6
2020-11-19
devlink: move request_firmware out of driver
Jacob Keller
-5
/
+21
2020-11-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-19
/
+98
[next]