index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-14
netfilter: x_tables: don't move to non-existent next rule
Florian Westphal
3
-3
/
+13
2016-04-13
dsa: Rename phys_port_mask to enabled_port_mask
Andrew Lunn
1
-4
/
+4
2016-04-13
net: dsa: Remove allocation of driver private memory
Andrew Lunn
1
-1
/
+1
2016-04-13
net: dsa: Have the switch driver allocate there own private memory
Andrew Lunn
1
-3
/
+5
2016-04-13
net: dsa: Pass the dsa device to the switch drivers
Andrew Lunn
1
-3
/
+4
2016-04-13
Merge tag 'mac80211-next-for-davem-2016-04-13' of git://git.kernel.org/pub/sc...
David S. Miller
35
-205
/
+205
2016-04-13
tipc: remove remnants of old broadcast code
Jon Paul Maloy
1
-15
/
+0
2016-04-13
6lowpan: move mac802154 header
Alexander Aring
1
-3
/
+0
2016-04-13
6lowpan: add lowpan_is_ll function
Alexander Aring
1
-0
/
+9
2016-04-13
6lowpan: move eui64 uncompress function
Alexander Aring
1
-16
/
+0
2016-04-13
6lowpan: iphc: remove unnecessary zero data
Alexander Aring
1
-1
/
+1
2016-04-13
6lowpan: iphc: rename add lowpan prefix
Alexander Aring
1
-25
/
+31
2016-04-13
6lowpan: move lowpan_802154_dev to 6lowpan
Alexander Aring
1
-12
/
+0
2016-04-13
6lowpan: change naming for lowpan private data
Alexander Aring
8
-87
/
+91
2016-04-13
ieee802154: 6lowpan: fix short addr hash
Alexander Aring
1
-1
/
+1
2016-04-13
nl802154: avoid address change while running lowpan
Alexander Aring
1
-0
/
+10
2016-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
6
-36
/
+273
2016-04-13
netfilter: ebtables: Fix extension lookup with identical name
Phil Sutter
1
-1
/
+5
2016-04-12
netfilter: conntrack: move expectation event helper to ecache.c
Florian Westphal
1
-0
/
+30
2016-04-12
netfilter: conntrack: de-inline nf_conntrack_eventmask_report
Florian Westphal
1
-0
/
+54
2016-04-12
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
4
-6
/
+26
2016-04-12
cfg80211: remove enum ieee80211_band
Johannes Berg
35
-205
/
+205
2016-04-12
nl80211: check netlink protocol in socket release notification
Dmitry Ivanov
1
-1
/
+1
2016-04-11
KEYS: Add a facility to restrict new links into a keyring
David Howells
2
-3
/
+3
2016-04-11
net: vrf: Fix dev refcnt leak due to IPv6 prefix route
David Ahern
1
-0
/
+10
2016-04-11
net: vrf: Fix dst reference counting
David Ahern
2
-6
/
+8
2016-04-11
rxrpc: Create a null security type and get rid of conditional calls
David Howells
9
-61
/
+105
2016-04-11
rxrpc: Absorb the rxkad security module
David Howells
6
-134
/
+85
2016-04-11
rxrpc: Don't assume transport address family and size when using it
David Howells
2
-4
/
+4
2016-04-11
rxrpc: Don't pass gfp around in incoming call handling functions
David Howells
4
-12
/
+9
2016-04-11
rxrpc: Differentiate local and remote abort codes in structs
David Howells
8
-21
/
+37
2016-04-11
rxrpc: Static arrays of strings should be const char *const[]
David Howells
2
-2
/
+2
2016-04-11
rxrpc: Move some miscellaneous bits out into their own file
David Howells
5
-84
/
+106
2016-04-11
rxrpc: Disable a debugging statement that has been left enabled.
David Howells
1
-1
/
+1
2016-04-11
rxrpc: do not pull udp headers on receive
Willem de Bruijn
1
-2
/
+2
2016-04-11
sunrpc: do not pull udp headers on receive
Willem de Bruijn
3
-7
/
+5
2016-04-11
tipc: purge deferred updates from dead nodes
Erik Hugne
1
-0
/
+19
2016-04-11
tipc: make dist queue pernet
Erik Hugne
3
-9
/
+11
2016-04-11
net: ipv4: Consider failed nexthops in multipath routes
David Ahern
2
-5
/
+40
2016-04-11
->getxattr(): pass dentry and inode as separate arguments
Al Viro
1
-1
/
+1
2016-04-10
netlink: don't send NETLINK_URELEASE for unbound sockets
Dmitry Ivanov
1
-1
/
+1
2016-04-10
decnet: Do not build routes to devices without decnet private data.
David S. Miller
1
-1
/
+8
2016-04-10
sctp: avoid refreshing heartbeat timer too often
Marcelo Ricardo Leitner
4
-33
/
+40
2016-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
34
-110
/
+203
2016-04-09
ipv6: fix inet6_lookup_listener()
Eric Dumazet
1
-2
/
+2
2016-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
24
-51
/
+144
2016-04-08
net: dsa: make the VLAN add function return void
Vivien Didelot
1
-8
/
+3
2016-04-08
net: dsa: make the FDB add function return void
Vivien Didelot
1
-8
/
+8
2016-04-08
net: dsa: make the STP state function return void
Vivien Didelot
1
-17
/
+15
2016-04-08
Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/sc...
David S. Miller
39
-984
/
+1809
[prev]
[next]