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
Age
Commit message (
Expand
)
Author
Files
Lines
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
-44
/
+57
2019-05-28
nl80211: fill all policy .type entries
Johannes Berg
1
-21
/
+57
2019-05-28
cfg80211: Handle bss expiry during connection
Chaitanya Tata
3
-9
/
+39
2019-05-26
ipv4: remove redundant assignment to n
Colin Ian King
1
-1
/
+0
2019-05-26
inet: frags: rework rhashtable dismantle
Eric Dumazet
1
-12
/
+37
2019-05-26
net: dynamically allocate fqdir structures
Eric Dumazet
7
-56
/
+60
2019-05-26
net: add a net pointer to struct fqdir
Eric Dumazet
4
-23
/
+13
2019-05-26
net: rename inet_frags_init_net() to fdir_init()
Eric Dumazet
4
-8
/
+4
2019-05-26
ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_table
Eric Dumazet
1
-11
/
+6
2019-05-26
netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysct...
Eric Dumazet
1
-12
/
+7
2019-05-26
ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]
Eric Dumazet
1
-10
/
+5
2019-05-26
ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]
Eric Dumazet
1
-12
/
+6
2019-05-26
net: rename struct fqdir fields
Eric Dumazet
6
-88
/
+88
2019-05-26
net: rename inet_frags_exit_net() to fqdir_exit()
Eric Dumazet
5
-10
/
+10
2019-05-26
inet: rename netns_frags to fqdir
Eric Dumazet
5
-42
/
+42
2019-05-25
flow_offload: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-05-24
ipv6: Refactor ip6_route_del for cached routes
David Ahern
1
-15
/
+21
2019-05-24
ipv6: Make fib6_nh optional at the end of fib6_info
David Ahern
4
-81
/
+85
2019-05-24
ipv6: Move exception bucket to fib6_nh
David Ahern
2
-68
/
+123
2019-05-24
ipv6: Refactor exception functions
David Ahern
1
-48
/
+86
2019-05-24
ipv6: Refactor fib6_drop_pcpu_from
David Ahern
1
-10
/
+25
2019-05-24
ipv6: Move pcpu cached routes to fib6_nh
David Ahern
3
-33
/
+36
2019-05-23
devlink: add warning in case driver does not set port type
Jiri Pirko
1
-0
/
+38
2019-05-22
hv_sock: perf: loop in send() to maximize bandwidth
Sunil Muthuswamy
1
-14
/
+31
2019-05-22
hv_sock: perf: Allow the socket buffer size options to influence the actual s...
Sunil Muthuswamy
1
-10
/
+40
2019-05-22
neighbor: Add tracepoint to __neigh_create
David Ahern
1
-0
/
+2
2019-05-22
net: Set strict_start_type for routes and rules
David Ahern
2
-0
/
+2
2019-05-22
ipv4: Rename and export nh_update_mtu
David Ahern
1
-2
/
+2
2019-05-22
ipv4: export fib_info_update_nh_saddr
David Ahern
1
-6
/
+5
2019-05-22
ipv4: export fib_flush
David Ahern
1
-1
/
+1
2019-05-22
ipv4: export fib_check_nh
David Ahern
1
-6
/
+6
2019-05-22
ipv4: Add function to send route updates
David Ahern
1
-0
/
+72
2019-05-22
ipv6: export function to send route updates
David Ahern
3
-4
/
+37
2019-05-22
ipv6: Add hook to bump sernum for a route to stubs
David Ahern
2
-0
/
+9
2019-05-22
ipv6: Add delete route hook to stubs
David Ahern
2
-0
/
+7
2019-05-22
net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.
Felipe Gasper
1
-0
/
+12
2019-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-12
/
+32
2019-05-21
ipv6: Consider sk_bound_dev_if when binding a raw socket to an address
Mike Manning
1
-0
/
+2
2019-05-21
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
300
-634
/
+300
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24
Thomas Gleixner
4
-36
/
+4
[next]