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-09-05
tcp: add generic netlink support for tcp_metrics
Julian Anastasov
1
-13
/
+341
2012-09-05
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
3
-6
/
+11
2012-09-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
4
-11
/
+16
2012-09-05
netfilter: fix crash during boot if NAT has been compiled built-in
Pablo Neira Ayuso
1
-1
/
+1
2012-09-05
cfg80211: fix indentation
Hila Gonen
1
-1
/
+1
2012-09-05
wext: include wireless event id when it has a size problem
Arend van Spriel
1
-4
/
+4
2012-09-05
mac80211: Various small fixes for cfg.c: mpath_set_pinfo()
LEO Airwarosu Yoichi Shinoda
1
-5
/
+4
2012-09-05
mac80211: don't use kerneldoc for ieee80211_add_rx_radiotap_header
Johannes Berg
1
-1
/
+1
2012-09-05
cfg80211: use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
1
-4
/
+2
2012-09-04
l2tp: fix a typo in l2tp_eth_dev_recv()
Eric Dumazet
1
-1
/
+1
2012-09-04
net: Providing protocol type via system.sockprotoname xattr of /proc/PID/fd e...
Masatake YAMATO
1
-5
/
+78
2012-09-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
10
-171
/
+317
2012-09-04
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...
David S. Miller
3
-7
/
+9
2012-09-04
net: Add INET dependency on aes crypto for the sake of TCP fastopen.
David S. Miller
1
-0
/
+2
2012-09-04
sctp: use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
1
-6
/
+4
2012-09-04
xfrm: Workaround incompatibility of ESN and async crypto
Steffen Klassert
2
-1
/
+16
2012-09-04
l2tp: fix a lockdep splat
Eric Dumazet
1
-0
/
+4
2012-09-04
netrom: copy_datagram_iovec can fail
Alan Cox
1
-1
/
+6
2012-09-04
nl80211: fix possible memory leak nl80211_connect()
Wei Yongjun
1
-1
/
+3
2012-09-04
mac80211: clear bssid on auth/assoc failure
Eliad Peller
1
-0
/
+4
2012-09-04
mac80211: Do not check for valid hw_queues for P2P_DEVICE
Ilan Peer
1
-7
/
+9
2012-09-03
openvswitch: Increase maximum number of datapath ports.
Pravin B Shelar
7
-51
/
+113
2012-09-03
openvswitch: Fix FLOW_BUFSIZE definition.
Jesse Gross
1
-3
/
+5
2012-09-03
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
66
-1680
/
+3393
2012-09-03
fq_codel: dont reinit flow state
Eric Dumazet
1
-1
/
+1
2012-09-03
tcp: use PRR to reduce cwin in CWR state
Yuchung Cheng
2
-81
/
+44
2012-09-03
tcp: move tcp_update_cwnd_in_recovery
Yuchung Cheng
1
-32
/
+32
2012-09-03
tcp: move tcp_enter_cwr()
Yuchung Cheng
1
-23
/
+23
2012-09-03
sctp: Don't charge for data in sndbuf again when transmitting packet
Thomas Graf
1
-1
/
+20
2012-09-03
net: sock_edemux() should take care of timewait sockets
Eric Dumazet
1
-1
/
+6
2012-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pablo Neira Ayuso
120
-1313
/
+2941
2012-09-03
netfilter: properly annotate ipv4_netfilter_{init,fini}()
Jan Beulich
1
-2
/
+2
2012-09-03
netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()
Michael Wang
3
-7
/
+7
2012-09-03
netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()
Michael Wang
3
-18
/
+14
2012-09-03
netfilter: remove xt_NOTRACK
Cong Wang
3
-67
/
+0
2012-09-03
netfilter: nf_conntrack: add nf_ct_timeout_lookup
Pablo Neira Ayuso
1
-6
/
+1
2012-09-03
netfilter: xt_CT: refactorize xt_ct_tg_check
Pablo Neira Ayuso
1
-136
/
+126
2012-09-03
netfilter: xt_socket: fix compilation warnings with gcc 4.7
Pablo Neira Ayuso
1
-6
/
+6
2012-09-02
openvswitch: Fix typo
Joe Stringer
1
-1
/
+1
2012-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
16
-61
/
+76
2012-09-01
6lowpan: handle NETDEV_UNREGISTER event
Alan Ott
1
-7
/
+37
2012-09-01
6lowpan: Make a copy of skb's delivered to 6lowpan
Alan Ott
1
-1
/
+8
2012-09-01
treewide: fix comment/printk/variable typos
Anatol Pomozov
1
-1
/
+1
2012-08-31
tcp: TCP Fast Open Server - main code path
Jerry Chu
2
-27
/
+309
2012-08-31
tcp: TCP Fast Open Server - support TFO listeners
Jerry Chu
11
-35
/
+326
2012-08-31
tcp: TCP Fast Open Server - header & support functions
Jerry Chu
4
-3
/
+133
2012-08-31
ipv6: remove some deadcode
Sorin Dumitru
1
-22
/
+7
2012-08-31
net/xfrm/xfrm_state.c: fix error return code
Julia Lawall
1
-1
/
+3
2012-08-31
net: ipv6: fix error return code
Julia Lawall
1
-3
/
+3
2012-08-31
net: fix documentation of skb_needs_linearize().
Rami Rosen
1
-3
/
+1
[prev]
[next]