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
/
include
/
net
Age
Commit message (
Expand
)
Author
Lines
2023-08-08
netfilter: helper: Remove unused function declarations
Yue Haibing
-3
/
+0
2023-08-08
wifi: cfg80211: fix sband iftype data lookup for AP_VLAN
Felix Fietkau
-0
/
+3
2023-08-07
page_pool: place frag_* fields in one cacheline
Alexander Lobakin
-5
/
+5
2023-08-07
net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>
Alexander Lobakin
-2
/
+0
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
-237
/
+243
2023-08-07
udp/udplite: Remove unused function declarations udp{,lite}_get_port()
Yue Haibing
-5
/
+0
2023-08-07
ndisc: Remove unused ndisc_ifinfo_sysctl_strategy() declaration
Yue Haibing
-3
/
+0
2023-08-07
net: pkt_cls: Remove unused inline helpers
Yue Haibing
-13
/
+0
2023-08-07
neighbour: Remove unused function declaration pneigh_for_each()
Yue Haibing
-2
/
+0
2023-08-06
net: mana: Add page pool for RX buffers
Haiyang Zhang
-0
/
+3
2023-08-04
af_vsock: Remove unused declaration vsock_release_pending()/vsock_init_tap()
Yue Haibing
-2
/
+0
2023-08-04
net: 802: Remove unused function declarations
Yue Haibing
-3
/
+0
2023-08-04
net: llc: Remove unused function declarations
Yue Haibing
-2
/
+0
2023-08-04
tcp/dccp: cache line align inet_hashinfo
Eric Dumazet
-1
/
+1
2023-08-04
net: mana: Configure hwc timeout from hardware
Souradeep Chakrabarti
-1
/
+24
2023-08-03
net: Space.h: Remove unused function declarations
Yue Haibing
-7
/
+0
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-17
/
+230
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-8
/
+52
2023-08-03
docs: net: page_pool: use kdoc to avoid duplicating the information
Jakub Kicinski
-30
/
+104
2023-08-03
net: invert the netdevice.h vs xdp.h dependency
Jakub Kicinski
-4
/
+26
2023-08-03
net: move struct netdev_rx_queue out of netdevice.h
Jakub Kicinski
-0
/
+53
2023-08-03
eth: add missing xdp.h includes in drivers
Jakub Kicinski
-0
/
+2
2023-08-02
sctp: Remove unused function declarations
Yue Haibing
-5
/
+0
2023-08-02
net: switchdev: Remove unused typedef switchdev_obj_dump_cb_t()
Yue Haibing
-2
/
+0
2023-08-02
ila: Remove unnecessary file net/ila.h
Yue Haibing
-16
/
+0
2023-08-02
udp: Remove unused function declaration udp_bpf_get_proto()
Yue Haibing
-1
/
+0
2023-08-02
vxlan: Fix nexthop hash size
Benjamin Poirier
-2
/
+2
2023-08-02
tc: flower: Enable offload support IPSEC SPI field.
Ratheesh Kannoth
-0
/
+6
2023-08-02
net: flow_dissector: Add IPSEC dissector
Ratheesh Kannoth
-0
/
+9
2023-08-01
inet6: Remove unused function declaration udpv6_connect()
Yue Haibing
-2
/
+0
2023-08-01
xfrm: don't skip free of empty state in acquire policy
Leon Romanovsky
-0
/
+1
2023-08-01
net/sched: wrap open coded Qdics class filter counter
Pedro Tammela
-0
/
+26
2023-07-31
tcp: Remove unused function declarations
Yue Haibing
-3
/
+0
2023-07-31
devlink: Remove unused extern declaration devlink_port_region_destroy()
Yue Haibing
-2
/
+0
2023-07-31
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
-2
/
+3
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
-6
/
+7
2023-07-29
net: gro: fix misuse of CB in udp socket lookup
Richard Gobert
-0
/
+43
2023-07-28
bonding: 3ad: Remove unused declaration bond_3ad_update_lacp_active()
YueHaibing
-1
/
+0
2023-07-28
Merge branch 'in-kernel-support-for-the-tls-alert-protocol'
Jakub Kicinski
-4
/
+73
2023-07-28
net/handshake: Add helpers for parsing incoming TLS Alerts
Chuck Lever
-0
/
+4
2023-07-28
net/handshake: Add API for sending TLS Closure alerts
Chuck Lever
-0
/
+1
2023-07-28
net/tls: Add TLS Alert definitions
Chuck Lever
-0
/
+42
2023-07-28
net/tls: Move TLS protocol elements to a separate header
Chuck Lever
-4
/
+26
2023-07-28
net: store netdevs in an xarray
Jakub Kicinski
-1
/
+3
2023-07-28
IPv6: add extack info for IPv6 address add/delete
Hangbin Liu
-1
/
+1
2023-07-27
Merge tag 'nf-next-23-07-27' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
-7
/
+3
2023-07-27
net: datalink: Remove unused declarations
YueHaibing
-2
/
+0
2023-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-10
/
+11
2023-07-27
netlink: allow be16 and be32 types in all uint policy checks
Florian Westphal
-7
/
+3
2023-07-25
bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
Lorenz Bauer
-9
/
+103
[prev]
[next]