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
2012-11-21
mac80211: Add debugfs callbacks for station addition/removal
Sujith Manoharan
2
-0
/
+41
2012-11-20
sctp: send abort chunk when max_retrans exceeded
Neil Horman
2
-1
/
+27
2012-11-20
ipv6: fix inet6_csk_update_pmtu() return value
Eric Dumazet
1
-1
/
+2
2012-11-20
net: Remove redundant null check before kfree in dev.c
Sachin Kamat
1
-4
/
+2
2012-11-20
caif: Remove redundant null check before kfree in cfctrl.c
Sachin Kamat
1
-2
/
+1
2012-11-20
sit: allow to configure 6rd tunnels via netlink
Nicolas Dichtel
1
-25
/
+124
2012-11-20
Bluetooth: Remove OOB data if device was discovered in band
Szymon Janc
1
-0
/
+2
2012-11-20
Bluetooth: AMP: Set no FCS for incoming L2CAP chan
Andrei Emeltchenko
1
-0
/
+1
2012-11-20
Bluetooth: Improve error message printing
Andrei Emeltchenko
1
-1
/
+1
2012-11-20
Bluetooth: Set local_amp_id after getting Phylink Completed evt
Andrei Emeltchenko
1
-0
/
+1
2012-11-20
Bluetooth: Fix sending L2CAP Create Chan Req
Andrei Emeltchenko
1
-11
/
+18
2012-11-20
proc: Usable inode numbers for the namespace file descriptors.
Eric W. Biederman
1
-0
/
+24
2012-11-20
userns: Allow unprivileged use of setns.
Eric W. Biederman
1
-1
/
+6
2012-11-20
mac80211: fix channel context suspend/reconfig handling
Johannes Berg
2
-3
/
+56
2012-11-19
net: remove unnecessary wireless includes
Johannes Berg
1
-2
/
+0
2012-11-19
net: rds: use this_cpu_* per-cpu helper
Shan Wei
2
-12
/
+14
2012-11-19
net: core: use this_cpu_ptr per-cpu helper
Shan Wei
1
-3
/
+1
2012-11-20
NFC: Fix nfc_llcp_local chained list insertion
Thierry Escande
1
-1
/
+1
2012-11-19
NFC: Queue a copy of the transmitted LLCP skb
Samuel Ortiz
1
-4
/
+13
2012-11-19
NFC: Stop sending LLCP frames when tx queues are getting too deep
Samuel Ortiz
1
-0
/
+17
2012-11-19
NFC: Copy user space buffer when sending UI frames
Samuel Ortiz
1
-2
/
+13
2012-11-19
NFC: Export nfc_hci_sak_to_protocol()
Eric Lapuyade
1
-1
/
+2
2012-11-19
NFC: Export nfc_hci_result_to_errno as it can be needed by HCI drivers
Eric Lapuyade
1
-1
/
+2
2012-11-19
NFC: Dot not dispatch HCI event received on unopened pipe
Eric Lapuyade
1
-5
/
+8
2012-11-19
NFC: Ignore err when chip doesn't implement HW/SW info registers
Eric Lapuyade
1
-0
/
+6
2012-11-19
NFC: Fix hci_connect_gate() when a pre-opened pipe is passed
Eric Lapuyade
1
-2
/
+2
2012-11-19
Bluetooth: trivial: Use __constant for constants
Andrei Emeltchenko
1
-4
/
+4
2012-11-19
Bluetooth: Disable FCS only for new HS channels
Andrei Emeltchenko
2
-1
/
+2
2012-11-19
Bluetooth: Refactor locking in amp_physical_cfm
Andrei Emeltchenko
2
-6
/
+7
2012-11-19
Bluetooth: Remove unneeded local_amp_id initialization
Andrei Emeltchenko
1
-1
/
+0
2012-11-19
Bluetooth: Use __l2cap_no_conn_pending helper
Andrei Emeltchenko
1
-1
/
+1
2012-11-19
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2
-4
/
+24
2012-11-19
netfilter: Remove the spurious \ in __ip_vs_lblc_init
Eric W. Biederman
1
-1
/
+1
2012-11-19
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...
Tejun Heo
2
-8
/
+8
2012-11-19
mac80211: make remain_on_channel() op pass vif param
Eliad Peller
4
-10
/
+18
2012-11-19
cfg80211: Add TDLS event to allow drivers to request operations
Jouni Malinen
2
-0
/
+70
2012-11-19
mac80211: support radiotap vendor namespace RX data
Johannes Berg
1
-12
/
+59
2012-11-19
mac80211: introduce IEEE80211_NUM_TIDS and use it
Johannes Berg
10
-44
/
+41
2012-11-19
mac80211: use CMAC_PN_LEN
Johannes Berg
1
-2
/
+3
2012-11-19
mac80211: check add_chanctx callback before use in ieee80211_reconfig
Arend van Spriel
1
-4
/
+6
2012-11-19
Fix misspellings of "whether" in comments.
Adam Buchbinder
1
-1
/
+1
2012-11-19
various: Fix spelling of "registered" in comments.
Adam Buchbinder
1
-1
/
+1
2012-11-19
treewide: fix typo of "suport" in various comments and Kconfig
Masanari Iida
4
-4
/
+4
2012-11-18
userns: make each net (net_ns) belong to a user_ns
Eric W. Biederman
1
-4
/
+12
2012-11-18
netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS
Eric W. Biederman
1
-7
/
+0
2012-11-18
net: Make CAP_NET_BIND_SERVICE per user namespace
Eric W. Biederman
3
-6
/
+10
2012-11-18
net: Enable a userns root rtnl calls that are safe for unprivilged users
Eric W. Biederman
9
-54
/
+4
2012-11-18
net: Enable some sysctls that are safe for the userns root
Eric W. Biederman
4
-22
/
+1
2012-11-18
net: Allow the userns root to control vlans.
Eric W. Biederman
1
-6
/
+6
2012-11-18
net: Allow userns root to control the network bridge code.
Eric W. Biederman
3
-18
/
+19
[prev]
[next]