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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info
Patrick McHardy
1
-6
/
+8
2008-01-28
[NETFILTER]: nf_queue: move queueing related functions/struct to seperate header
Patrick McHardy
1
-0
/
+32
2008-01-28
[NETFILTER]: x_tables: add RATEEST target
Patrick McHardy
1
-0
/
+17
2008-01-28
[NET]: Constify include/net/dsfield.h
Jan Engelhardt
1
-3
/
+3
2008-01-28
[IPV4]: Add inet_dev_addr_type()
Laszlo Attila Toth
1
-0
/
+1
2008-01-28
[NET]: netns compilation speedup
Denis V. Lunev
2
-2
/
+3
2008-01-28
[IPSEC]: Use the correct family for input state lookup
Herbert Xu
1
-0
/
+1
2008-01-28
[TCP]: Abstract tp->highest_sack accessing & point to next skb
Ilpo Järvinen
1
-1
/
+34
2008-01-28
[TCP]: Add tcp_for_write_queue_from_safe and use it in mtu_probe
Ilpo Järvinen
1
-0
/
+5
2008-01-28
[TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoid
Ilpo Järvinen
1
-2
/
+2
2008-01-28
mac80211: adding 802.11n configuration flows
Ron Rindjunsky
1
-0
/
+3
2008-01-28
mac80211: adding 802.11n HT framework definitions
Ron Rindjunsky
1
-6
/
+50
2008-01-28
mac80211: make ieee80211_iterate_active_interfaces not need rtnl
Johannes Berg
1
-2
/
+1
2008-01-28
[UNIX]: Make the unix sysctl tables per-namespace
Pavel Emelyanov
1
-0
/
+3
2008-01-28
[UNIX]: Move the sysctl_unix_max_dgram_qlen
Pavel Emelyanov
1
-0
/
+3
2008-01-28
[UNIX]: Extend unix_sysctl_(un)register prototypes
Pavel Emelyanov
1
-4
/
+4
2008-01-28
[NET]: Implement the per network namespace sysctl infrastructure
Eric W. Biederman
1
-0
/
+9
2008-01-28
[NET]: Move netfilter checksum helpers to net/core/utils.c
Patrick McHardy
1
-0
/
+25
2008-01-28
[IPV6]: Add RFC4214 support
Fred L. Templin
1
-0
/
+19
2008-01-28
[NET]: Eliminate unused argument from sk_stream_alloc_pskb
Pavel Emelyanov
1
-9
/
+1
2008-01-28
[NET]: Uninline the sk_stream_alloc_pskb
Pavel Emelyanov
1
-27
/
+2
2008-01-28
[TCP]: Move FRTO checks out from write queue abstraction funcs
Ilpo Järvinen
1
-5
/
+0
2008-01-28
[NET] proto: Use pcounters for the inuse field
Arnaldo Carvalho de Melo
1
-51
/
+8
2008-01-28
mac80211: provide interface iterator for drivers
Johannes Berg
1
-0
/
+16
2008-01-28
[RAW]: Consolidate proc interface.
Pavel Emelyanov
1
-0
/
+14
2008-01-28
[RAW]: Consolidate proto->unhash callback
Pavel Emelyanov
1
-0
/
+1
2008-01-28
[RAW]: Consolidate proto->hash callback
Pavel Emelyanov
1
-0
/
+2
2008-01-28
[RAW]: Introduce raw_hashinfo structure
Pavel Emelyanov
1
-0
/
+7
2008-01-28
[IPv6] RAW: Compact the API for the kernel
Pavel Emelyanov
1
-16
/
+3
2008-01-28
[IPv4] RAW: Compact the API for the kernel
Pavel Emelyanov
1
-16
/
+3
2008-01-28
[NET]: Make AF_PACKET handle multiple network namespaces
Denis V. Lunev
1
-0
/
+4
2008-01-28
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
Denis V. Lunev
1
-0
/
+3
2008-01-28
[TCP]: Rewrite SACK block processing & sack_recv_cache use
Ilpo Järvinen
1
-1
/
+0
2008-01-28
[TCP]: Convert highest_sack to sk_buff to allow direct access
Ilpo Järvinen
1
-0
/
+10
2008-01-28
[NET]: Move sock_valbool_flag to socket.c
Pavel Emelyanov
1
-8
/
+0
2008-01-28
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
Eric Dumazet
1
-1
/
+1
2008-01-28
[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.
YOSHIFUJI Hideaki
1
-0
/
+8
2008-01-28
[IPSEC]: Kill afinfo->nf_post_routing
David S. Miller
1
-1
/
+0
2008-01-28
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
1
-1
/
+2
2008-01-28
[IPSEC]: Add async resume support on input
Herbert Xu
1
-0
/
+1
2008-01-28
[IPSEC]: Remove nhoff from xfrm_input
Herbert Xu
1
-1
/
+0
2008-01-28
[IPSEC]: Make x->lastused an unsigned long
Herbert Xu
1
-1
/
+1
2008-01-28
[IPSEC]: Merge most of the input path
Herbert Xu
1
-0
/
+22
2008-01-28
[IPSEC]: Add async resume support on output
Herbert Xu
1
-0
/
+1
2008-01-28
[IPSEC]: Merge most of the output path
Herbert Xu
2
-0
/
+2
2008-01-28
[IPV6]: Add ip6_local_out
Herbert Xu
1
-0
/
+3
2008-01-28
[IPV4]: Add ip_local_out
Herbert Xu
2
-3
/
+4
2008-01-28
[IPSEC]: Separate inner/outer mode processing on input
Herbert Xu
1
-0
/
+27
2008-01-28
[IPSEC]: Separate inner/outer mode processing on output
Herbert Xu
1
-1
/
+50
2008-01-28
[INET]: Give outer DSCP directly to ip*_copy_dscp
Herbert Xu
1
-4
/
+4
[next]