index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-14
cfg80211: report measurement start TSF correctly
Avraham Stern
1
-2
/
+2
2019-06-14
cfg80211: fix memory leak of wiphy device name
Eric Biggers
1
-1
/
+1
2019-06-14
cfg80211: util: fix bit count off by one
Mordechay Goodstein
1
-1
/
+1
2019-06-14
mac80211: do not start any work during reconfigure flow
Naftali Goldstein
2
-0
/
+11
2019-06-14
cfg80211: use BIT_ULL in cfg80211_parse_mbssid_data()
Luca Coelho
1
-2
/
+2
2019-06-14
mac80211: only warn once on chanctx_conf being NULL
Yibo Zhao
1
-1
/
+1
2019-06-14
mac80211: drop robust management frames from unknown TA
Johannes Berg
1
-0
/
+2
2019-06-14
mac80211: extend __rate_control_send_low warning
Johannes Berg
1
-1
/
+3
2019-06-14
mac80211: fill low rate even for HAS_RATE_CONTROL
Johannes Berg
1
-2
/
+2
2019-06-14
mac80211: use STA info in rate_control_send_low()
Johannes Berg
4
-10
/
+56
2019-06-14
mac80211: call rate_control_send_low() internally
Johannes Berg
3
-13
/
+7
2019-06-14
cfg80211: Add a function to iterate all BSS entries
Ilan Peer
1
-0
/
+21
2019-06-14
mac80211: allow turning TWT responder support on and off via netlink
John Crispin
2
-1
/
+7
2019-06-14
mac80211: dynamically enable the TWT requester support on STA interfaces
John Crispin
1
-2
/
+16
2019-06-14
nl80211: require and validate vendor command policy
Johannes Berg
2
-2
/
+50
2019-06-14
nl80211: add support for SAE authentication offload
Chung-Hsien Hsu
1
-0
/
+14
2019-06-14
nl80211: add WPA3 definition for SAE authentication
Chung-Hsien Hsu
1
-1
/
+2
2019-06-14
nl80211: add NL80211_ATTR_IFINDEX to port authorized event
Chung-Hsien Hsu
1
-1
/
+3
2019-06-14
mac80211: AMPDU handling for Extended Key ID
Alexander Wetzel
2
-43
/
+56
2019-06-14
xfrm: remove empty xfrmi_init_net
Li RongQing
1
-6
/
+0
2019-06-13
net: dsa: tag_sja1105: Select CONFIG_PACKING
Vladimir Oltean
1
-0
/
+1
2019-06-13
devlink: Hang reporter's dump method on a dumpit cb
Aya Levin
1
-20
/
+98
2019-06-12
tcp: add optional per socket transmit delay
Eric Dumazet
5
-8
/
+52
2019-06-12
net: tls, correctly account for copied bytes with multiple sk_msgs
John Fastabend
1
-1
/
+0
2019-06-12
net: dsa: Deal with non-existing PHY/fixed-link
Florian Fainelli
1
-1
/
+1
2019-06-12
vrf: Increment Icmp6InMsgs on the original netdev
Stephen Suryaputra
2
-8
/
+13
2019-06-12
net: ethtool: Allow matching on vlan DEI bit
Maxime Chevallier
1
-0
/
+5
2019-06-12
mpls: fix af_mpls dependencies for real
Matteo Croce
1
-1
/
+1
2019-06-12
net: sched: ingress: set 'unlocked' flag for Qdisc ops
Vlad Buslov
1
-0
/
+1
2019-06-12
xdp: check device pointer before clearing
Ilya Maximets
1
-5
/
+6
2019-06-12
bpf: net: Set sk_bpf_storage back to NULL for cloned sk
Martin KaFai Lau
1
-0
/
+3
2019-06-12
xfrm: fix bogus WARN_ON with ipv6
Florian Westphal
1
-0
/
+1
2019-06-11
net/tls: add kernel-driven resync mechanism for TX
Jakub Kicinski
1
-0
/
+27
2019-06-11
net/tls: generalize the resync callback
Jakub Kicinski
1
-2
/
+3
2019-06-11
net/tls: add kernel-driven TLS RX resync
Jakub Kicinski
2
-12
/
+93
2019-06-11
net/tls: rename handle_device_resync()
Jakub Kicinski
2
-2
/
+3
2019-06-11
net/tls: pass record number as a byte array
Jakub Kicinski
2
-7
/
+13
2019-06-11
net/tls: simplify seq calculation in handle_device_resync()
Jakub Kicinski
1
-4
/
+3
2019-06-11
packet: remove unused variable 'status' in __packet_lookup_frame_in_block
Mao Wenan
1
-2
/
+1
2019-06-11
net: openvswitch: remove unnecessary ASSERT_OVSL in ovs_vport_del()
Taehee Yoo
1
-2
/
+0
2019-06-11
net: netlink: make netlink_walk_start() void return type
Taehee Yoo
1
-12
/
+3
2019-06-11
net: openvswitch: do not free vport if register_netdevice() is failed.
Taehee Yoo
1
-6
/
+12
2019-06-11
net: correct udp zerocopy refcnt also when zerocopy only on append
Willem de Bruijn
2
-2
/
+2
2019-06-10
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
1
-0
/
+40
2019-06-10
nexthops: add support for replace
David Ahern
1
-5
/
+214
2019-06-10
ipv6: Allow routes to use nexthop objects
David Ahern
1
-7
/
+80
2019-06-10
ipv4: Optimization for fib_info lookup with nexthops
David Ahern
1
-6
/
+65
2019-06-10
ipv4: Allow routes to use nexthop objects
David Ahern
2
-0
/
+34
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in mtu updates
David Ahern
1
-1
/
+28
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in rt6_do_redirect
David Ahern
1
-1
/
+19
[prev]
[next]