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
2020-04-28
xfrm: add support for UDPv6 encapsulation of ESP
Sabrina Dubroca
-0
/
+8
2020-04-27
netfilter: nf_tables: allow up to 64 bytes in the set element data area
Pablo Neira Ayuso
-0
/
+4
2020-04-27
switchdev: mrp: Extend switchdev API to offload MRP
Horatiu Vultur
-0
/
+62
2020-04-25
tcp: mptcp: use mptcp receive buffer space to select rcv window
Florian Westphal
-0
/
+3
2020-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-3
/
+5
2020-04-24
net: ipv6: remove unused inline function ip6_set_txhash
YueHaibing
-1
/
+0
2020-04-24
net: sched: remove unused inline function qdisc_reset_all_tx
YueHaibing
-5
/
+0
2020-04-24
mac80211: fix two missing documentation entries
Johannes Berg
-0
/
+2
2020-04-24
mac80211: add freq_offset to RX status
Thomas Pedersen
-1
/
+9
2020-04-24
cfg80211: express channels with a KHz component
Thomas Pedersen
-6
/
+86
2020-04-24
ieee80211: share 802.11 unit conversion helpers
Thomas Pedersen
-7
/
+0
2020-04-24
mac80211: agg-tx: add an option to defer ADDBA transmit
Mordechay Goodstein
-1
/
+5
2020-04-24
cfg80211: Parse HE membership selector
Ilan Peer
-1
/
+2
2020-04-24
mac80211: add twt_protected flag to the bss_conf structure
Shaul Triebitz
-0
/
+2
2020-04-24
mac80211: Process multicast RX registration for Action frames
Jouni Malinen
-0
/
+6
2020-04-24
cfg80211: support multicast RX registration
Johannes Berg
-0
/
+4
2020-04-24
cfg80211: change internal management frame registration API
Johannes Berg
-6
/
+19
2020-04-24
cfg80211: Unprotected Beacon frame RX indication
Jouni Malinen
-2
/
+10
2020-04-24
mac80211: populate debugfs only after cfg80211 init
Johannes Berg
-1
/
+3
2020-04-23
ipv6: Honor all IPv6 PIO Valid Lifetime values
Fernando Gont
-2
/
+0
2020-04-22
xdp: export the DEV_MAP_BULK_SIZE macro
Ioana Ciornei
-0
/
+2
2020-04-22
ipv6: ndisc: RFC-ietf-6man-ra-pref64-09 is now published as RFC8781
Maciej Żenczykowski
-1
/
+1
2020-04-20
xfrm: espintcp: save and call old ->sk_destruct
Sabrina Dubroca
-0
/
+1
2020-04-18
tcp: cache line align MAX_TCP_HEADER
Eric Dumazet
-1
/
+1
2020-04-17
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
-3
/
+45
2020-04-15
Bluetooth: Clear HCI_LL_RPA_RESOLUTION flag on reset
Marcel Holtmann
-0
/
+1
2020-04-15
Bluetooth: Enable LE Enhanced Connection Complete event.
Marcel Holtmann
-0
/
+1
2020-04-15
Bluetooth: Sort list of LE features constants
Marcel Holtmann
-3
/
+1
2020-04-14
cfg80211: fix kernel-doc notation
Lothar Rubusch
-0
/
+10
2020-04-07
net: ipv6: do not consider routes via gateways for anycast address check
Tim Stallard
-0
/
+1
2020-04-07
net: sock.h: fix skb_steal_sock() kernel-doc
Lothar Rubusch
-3
/
+3
2020-04-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
-1
/
+1
2020-04-07
Bluetooth: debugfs option to unset MITM flag
Archie Pusaka
-0
/
+1
2020-04-06
Merge tag '9p-for-5.7' of git://github.com/martinetd/linux
Linus Torvalds
-2
/
+2
2020-04-05
netfilter: nf_tables: do not update stateful expressions if lookup is inverted
Pablo Neira Ayuso
-1
/
+1
2020-04-05
Bluetooth: Add HCI device identifier for VIRTIO devices
Marcel Holtmann
-0
/
+1
2020-04-05
Bluetooth: Add support for reading security information
Marcel Holtmann
-0
/
+7
2020-04-05
Bluetooth: Add support for Read Local Simple Pairing Options
Marcel Holtmann
-0
/
+9
2020-04-05
Bluetooth: Add framework for Microsoft vendor extension
Miao-chen Chou
-0
/
+13
2020-04-05
Bluetooth: add support to notify using SCO air mode
Sathish Narsimman
-0
/
+3
2020-04-02
Bluetooth: Add BT_MODE socket option
Luiz Augusto von Dentz
-0
/
+8
2020-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
-265
/
+1391
2020-03-31
Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
-1
/
+1
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-16
/
+50
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-5
/
+26
2020-03-30
devlink: Allow setting of packet trap group parameters
Ido Schimmel
-0
/
+9
2020-03-30
devlink: Add packet trap group parameters support
Ido Schimmel
-1
/
+4
2020-03-30
devlink: Add packet trap policers support
Ido Schimmel
-0
/
+76
2020-03-30
bpf: Don't refcount LISTEN sockets in sk_assign()
Joe Stringer
-8
/
+17
2020-03-30
net: Track socket refcounts in skb_steal_sock()
Joe Stringer
-5
/
+11
[prev]
[next]