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
2013-08-28
net: syncookies: export cookie_v4_init_sequence/cookie_v4_check
Patrick McHardy
1
-11
/
+18
2013-08-28
netfilter: nf_conntrack: make sequence number adjustments usuable without NAT
Patrick McHardy
11
-338
/
+300
2013-08-28
netfilter: nf_defrag_ipv6.o included twice
Nathan Hintz
1
-1
/
+1
2013-08-28
netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridged
Phil Oester
2
-2
/
+39
2013-08-27
openvswitch: optimize flow compare and mask functions
Andy Zhou
2
-39
/
+44
2013-08-27
net: tcp_probe: allow more advanced ingress filtering by mark
Daniel Borkmann
1
-4
/
+11
2013-08-26
openvswitch: Rename key_len to key_end
Andy Zhou
2
-16
/
+17
2013-08-26
openvswitch: Add SCTP support
Joe Stringer
5
-4
/
+115
2013-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
13
-43
/
+73
2013-08-26
mac80211: fix change_interface queue assignments
Johannes Berg
1
-8
/
+11
2013-08-25
ipip: potential race in ip_tunnel_init_net()
Dan Carpenter
1
-6
/
+4
2013-08-23
openvswitch: Mega flow implementation
Andy Zhou
5
-512
/
+1123
2013-08-23
openvswitch: check CONFIG_OPENVSWITCH_GRE in makefile
Cong Wang
2
-4
/
+4
2013-08-23
openvswitch: Fix argument descriptions in vport.c.
Justin Pettit
1
-1
/
+2
2013-08-23
openvswitch:: link upper device for port devices
Jiri Pirko
1
-1
/
+19
2013-08-23
openvswitch: Use non rcu hlist_del() flow table entry.
Pravin B Shelar
1
-1
/
+1
2013-08-23
openvswitch: Use RCU lock for dp dump operation.
Pravin B Shelar
1
-6
/
+7
2013-08-23
openvswitch: Use RCU lock for flow dump operation.
Pravin B Shelar
1
-8
/
+9
2013-08-23
mac80211: ignore (E)CSA in probe response frames
Johannes Berg
1
-8
/
+3
2013-08-23
cfg80211: add flags to cfg80211_rx_mgmt()
Vladimir Kondratiev
4
-7
/
+8
2013-08-23
mac80211: assign seqnums for group QoS frames
Bob Copeland
1
-2
/
+4
2013-08-23
mac80211: only respond to probe request with mesh ID
Chun-Yeow Yeoh
1
-0
/
+3
2013-08-23
mac80211: move setting WIPHY_FLAG_SUPPORTS_SCHED_SCAN into drivers
Johannes Berg
1
-3
/
+0
2013-08-22
net: sctp_probe: simplify code by using %pISc format specifier
Daniel Borkmann
1
-7
/
+2
2013-08-22
ipv6: handle Redirect ICMP Message with no Redirected Header option
Duan Jiong
2
-1
/
+24
2013-08-22
net: tcp_probe: add IPv6 support
Daniel Borkmann
1
-10
/
+44
2013-08-22
net: tcp_probe: kprobes: adapt jtcp_rcv_established signature
Daniel Borkmann
1
-1
/
+8
2013-08-22
net: tcp_probe: also include rcv_wnd next to snd_wnd
Daniel Borkmann
1
-2
/
+4
2013-08-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-20
/
+13
2013-08-22
tcp: increase throughput when reordering is high
Yuchung Cheng
1
-12
/
+20
2013-08-22
Revert "genetlink: fix family dump race"
Johannes Berg
1
-7
/
+0
2013-08-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
7
-200
/
+304
2013-08-22
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2
-4
/
+33
2013-08-22
mac80211: minstrel_ht: don't use control.flags in TX status path
Johannes Berg
1
-2
/
+1
2013-08-21
Bluetooth: Add SCO connection fallback
Frédéric Dalleau
2
-11
/
+39
2013-08-21
Bluetooth: Handle specific error for SCO connection fallback
Frédéric Dalleau
1
-0
/
+1
2013-08-21
Bluetooth: Prevent transparent SCO on older devices
Frédéric Dalleau
1
-0
/
+6
2013-08-21
Bluetooth: Parameters for outgoing SCO connections
Frédéric Dalleau
2
-6
/
+20
2013-08-21
Bluetooth: Use voice setting in deferred SCO connection request
Frédéric Dalleau
1
-5
/
+17
2013-08-21
Bluetooth: Add Bluetooth socket voice option
Frédéric Dalleau
1
-1
/
+39
2013-08-21
Bluetooth: Remove unused mask parameter in sco_conn_defer_accept
Frédéric Dalleau
1
-7
/
+3
2013-08-21
Bluetooth: Use hci_connect_sco directly
Frédéric Dalleau
2
-8
/
+3
2013-08-21
Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
Gianluca Anzolin
1
-0
/
+6
2013-08-21
Bluetooth: Fix the reference counting of tty_port
Gianluca Anzolin
1
-34
/
+12
2013-08-21
Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
Gianluca Anzolin
1
-70
/
+47
2013-08-21
Bluetooth: Move the tty initialization and cleanup out of open/close
Gianluca Anzolin
1
-42
/
+72
2013-08-21
Bluetooth: Remove the device from the list in the destructor
Gianluca Anzolin
1
-21
/
+6
2013-08-21
Bluetooth: Take proper tty_struct references
Gianluca Anzolin
1
-12
/
+17
2013-08-21
Bluetooth: Set different event mask for LE-only controllers
Marcel Holtmann
1
-0
/
+12
2013-08-21
Bluetooth: Fix getting SCO socket options in deferred state
Johan Hedberg
1
-2
/
+6
[prev]
[next]