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-28
ipvs: Complete IPv6 fragment handling for IPVS
Jesper Dangaard Brouer
4
-35
/
+126
2012-09-28
ipvs: Fix faulty IPv6 extension header handling in IPVS
Jesper Dangaard Brouer
12
-143
/
+152
2012-09-28
ipvs: IPv6 extend ICMPv6 handling for future types
Jesper Dangaard Brouer
1
-6
/
+2
2012-09-28
ipvs: Trivial changes, use compressed IPv6 address in output
Jesper Dangaard Brouer
4
-10
/
+10
2012-09-24
filter: add XOR instruction for use with X/K
Daniel Borkmann
1
-3
/
+9
2012-09-24
net: use a per task frag allocator
Eric Dumazet
8
-185
/
+144
2012-09-24
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
32
-617
/
+693
2012-09-24
netfilter: nfnetlink_queue: add NFQA_CAP_LEN attribute
Pablo Neira Ayuso
1
-2
/
+7
2012-09-24
netfilter: nfnetlink_queue: fix maximum packet length to userspace
Pablo Neira Ayuso
1
-3
/
+7
2012-09-24
netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entries
Pablo Neira Ayuso
3
-2
/
+26
2012-09-24
netfilter: xt_time: add support to ignore day transition
Florian Westphal
1
-1
/
+23
2012-09-22
tcp: TCP Fast Open Server - record retransmits after 3WHS
Neal Cardwell
1
-0
/
+2
2012-09-22
netfilter: ipset: Support to match elements marked with "nomatch"
Jozsef Kadlecsik
6
-20
/
+50
2012-09-22
netfilter: ipset: Coding style fixes
Jozsef Kadlecsik
2
-5
/
+8
2012-09-22
netfilter: ipset: Include supported revisions in module description
Jozsef Kadlecsik
11
-39
/
+72
2012-09-22
netfilter: ipset: Add /0 network support to hash:net,iface type
Jozsef Kadlecsik
1
-23
/
+21
2012-09-22
tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packets
Neal Cardwell
1
-1
/
+2
2012-09-22
tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTT
Neal Cardwell
1
-4
/
+6
2012-09-22
tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS
Neal Cardwell
3
-4
/
+11
2012-09-22
tcp: extract code to compute SYNACK RTT
Neal Cardwell
2
-6
/
+2
2012-09-21
netfilter: ipset: Check and reject crazy /0 input parameters
Jozsef Kadlecsik
6
-10
/
+13
2012-09-21
netfilter: ipset: Fix sparse warnings "incorrect type in assignment"
Jozsef Kadlecsik
7
-33
/
+39
2012-09-21
ipconfig: add nameserver IPs to kernel-parameter ip=
Christoph Fritz
1
-3
/
+36
2012-09-21
l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=y
Amerigo Wang
1
-0
/
+1
2012-09-21
netfilter: combine ipt_REDIRECT and ip6t_REDIRECT
Jan Engelhardt
9
-230
/
+207
2012-09-21
netfilter: combine ipt_NETMAP and ip6t_NETMAP
Jan Engelhardt
9
-212
/
+181
2012-09-21
netfilter: nf_nat: remove obsolete rcu_read_unlock call
Ulrich Weber
1
-3
/
+1
2012-09-21
netfilter: nf_nat: fix oops when unloading protocol modules
Patrick McHardy
2
-0
/
+4
2012-09-21
netfilter: fix IPv6 NAT dependencies in Kconfig
Pablo Neira Ayuso
1
-55
/
+55
2012-09-20
tcp: Document use of undefined variable.
Alan Cox
1
-0
/
+4
2012-09-20
ipv4: Don't add TCP-code in inet_sock_destruct
Christoph Paasch
2
-2
/
+7
2012-09-19
ipv6: unify fragment thresh handling code
Amerigo Wang
4
-21
/
+17
2012-09-19
ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inline
Amerigo Wang
1
-10
/
+0
2012-09-19
ipv6: unify conntrack reassembly expire code with standard one
Amerigo Wang
2
-99
/
+38
2012-09-19
ipv6: add a new namespace for nf_conntrack_reasm
Amerigo Wang
1
-42
/
+95
2012-09-19
netpoll: call ->ndo_select_queue() in tx path
Amerigo Wang
2
-4
/
+4
2012-09-19
netdev: make address const in device address management
stephen hemminger
3
-24
/
+26
2012-09-19
gre: add GSO support
Eric Dumazet
1
-0
/
+12
2012-09-19
net: provide a default dev->ethtool_ops
Eric Dumazet
2
-12
/
+4
2012-09-19
net: dev: fix incorrect getting net device's name
Gao feng
1
-8
/
+20
2012-09-19
ipv6: recursive check rt->dst.from when call rt6_check_expired
Li RongQing
1
-5
/
+1
2012-09-19
net: more accurate network taps in transmit path
Eric Dumazet
1
-3
/
+6
2012-09-18
net/tipc/name_table.c: Remove unecessary semicolon
Peter Senna Tschudin
1
-1
/
+1
2012-09-18
net/openvswitch/vport.c: Remove unecessary semicolon
Peter Senna Tschudin
1
-1
/
+1
2012-09-18
net/ieee802154/6lowpan.c: Remove unecessary semicolon
Peter Senna Tschudin
1
-1
/
+1
2012-09-17
llc: Remove stray reference to sysctl_llc_station_ack_timeout.
David S. Miller
1
-7
/
+0
2012-09-17
llc2: Collapse remainder of state machine into simple if-else if-statement
Ben Hutchings
1
-87
/
+4
2012-09-17
llc2: Remove explicit indexing of state action arrays
Ben Hutchings
1
-4
/
+4
2012-09-17
llc2: Remove the station send queue
Ben Hutchings
1
-32
/
+2
2012-09-17
llc2: Collapse the station event receive path
Ben Hutchings
1
-81
/
+6
[next]