index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-05
net: Make msg_zerocopy_alloc static
David Ahern
1
-2
/
+1
2022-05-05
net: align SO_RCVMARK required privileges with SO_MARK
Eyal Birger
1
-0
/
+6
2022-05-05
Revert "Merge branch 'mlxsw-line-card-model'"
Jakub Kicinski
1
-298
/
+5
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+11
2022-05-04
tcp: resalt the secret every 10 seconds
Eric Dumazet
1
-3
/
+9
2022-05-04
secure_seq: use the 64 bits of the siphash for port offset calculation
Willy Tarreau
1
-2
/
+2
2022-05-04
memcg: accounting for objects allocated for new netdevice
Vasily Averin
1
-1
/
+1
2022-05-03
netdev: reshuffle netif_napi_add() APIs to allow dropping weight
Jakub Kicinski
1
-3
/
+3
2022-05-03
net: sysctl: introduce sysctl SYSCTL_THREE
Tonghao Zhang
1
-2
/
+1
2022-05-03
net: sysctl: use shared sysctl macro
Tonghao Zhang
1
-6
/
+4
2022-05-02
tcp: optimise skb_zerocopy_iter_stream()
Pavel Begunkov
1
-2
/
+1
2022-05-02
rtnl: move rtnl_newlink_create()
Jakub Kicinski
1
-91
/
+86
2022-05-02
rtnl: split __rtnl_newlink() into two functions
Jakub Kicinski
1
-3
/
+20
2022-05-02
rtnl: allocate more attr tables on the heap
Jakub Kicinski
1
-12
/
+18
2022-05-01
sock: optimise sock_def_write_space barriers
Pavel Begunkov
1
-1
/
+25
2022-05-01
sock: optimise UDP sock_wfree() refcounting
Pavel Begunkov
1
-0
/
+14
2022-05-01
sock: dedup sock_def_write_space wmem_alloc checks
Pavel Begunkov
1
-3
/
+2
2022-04-30
net: inline dev_queue_xmit()
Pavel Begunkov
1
-13
/
+2
2022-04-30
net: inline skb_zerocopy_iter_dgram
Pavel Begunkov
3
-24
/
+0
2022-04-30
net: inline sock_alloc_send_skb
Pavel Begunkov
1
-7
/
+0
2022-04-28
net: SO_RCVMARK socket option for SO_MARK with recvmsg()
Erin MacNeil
1
-0
/
+7
2022-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-14
/
+9
2022-04-28
net: make sure net_rx_action() calls skb_defer_free_flush()
Eric Dumazet
1
-1
/
+2
2022-04-27
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
4
-16
/
+13
2022-04-27
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-4
/
+3
2022-04-26
net: Use this_cpu_inc() to increment net->core_stats
Sebastian Andrzej Siewior
1
-9
/
+5
2022-04-26
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
3
-4
/
+81
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
2
-9
/
+6
2022-04-25
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
1
-1
/
+1
2022-04-25
devlink: introduce line card device info infrastructure
Jiri Pirko
1
-1
/
+70
2022-04-25
devlink: introduce line card info get message
Jiri Pirko
1
-4
/
+126
2022-04-25
devlink: introduce line card devices support
Jiri Pirko
1
-1
/
+103
2022-04-22
bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook
Eyal Birger
1
-4
/
+3
2022-04-22
ipv6: Use ipv6_only_sock() helper in condition.
Kuniyuki Iwashima
1
-1
/
+1
2022-04-22
Revert "rtnetlink: return EINVAL when request cannot succeed"
Florent Fourcot
1
-1
/
+1
2022-04-20
net: Change skb_ensure_writable()'s write_len param to unsigned int type
Liu Jian
1
-1
/
+1
2022-04-20
bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytes
Liu Jian
1
-2
/
+2
2022-04-20
flow_dissector: Add number of vlan tags dissector
Boris Sukholitko
1
-0
/
+20
2022-04-19
bpf: Fix usage of trace RCU in local storage.
KP Singh
1
-3
/
+3
2022-04-19
rtnetlink: return EINVAL when request cannot succeed
Florent Fourcot
1
-1
/
+1
2022-04-19
rtnetlink: return ENODEV when IFLA_ALT_IFNAME is used in dellink
Florent Fourcot
1
-1
/
+1
2022-04-19
rtnetlink: enable alt_ifname for setlink/newlink
Florent Fourcot
1
-40
/
+29
2022-04-19
rtnetlink: return ENODEV when ifname does not exist and group is given
Florent Fourcot
1
-4
/
+14
2022-04-19
net: sched: use queue_mapping to pick tx queue
Tonghao Zhang
1
-2
/
+29
2022-04-18
devlink: add port to line card relationship set
Jiri Pirko
1
-1
/
+25
2022-04-18
devlink: implement line card active state
Jiri Pirko
1
-0
/
+41
2022-04-18
devlink: implement line card provisioning
Jiri Pirko
1
-3
/
+319
2022-04-18
devlink: add support to create line card and expose to user
Jiri Pirko
1
-1
/
+269
2022-04-15
net: page_pool: introduce ethtool stats
Lorenzo Bianconi
1
-1
/
+62
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-1
/
+5
[next]