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
2017-02-06
ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switches
Linus Lüssing
1
-2
/
+8
2017-02-06
net: remove ndo_neigh_{construct, destroy} from stacked devices
Ido Schimmel
3
-48
/
+0
2017-02-06
Merge tag 'mac80211-for-davem-2017-02-06' of git://git.kernel.org/pub/scm/lin...
David S. Miller
3
-4
/
+5
2017-02-06
ipv6: tcp: add a missing tcp_v6_restore_cb()
Eric Dumazet
1
-11
/
+13
2017-02-06
nl80211: Fix mesh HT operation check
Masashi Honma
1
-0
/
+1
2017-02-06
mac80211: Fix adding of mesh vendor IEs
Thorsten Horstmann
1
-1
/
+1
2017-02-06
mac80211: Allocate a sync skcipher explicitly for FILS AEAD
Jouni Malinen
1
-2
/
+2
2017-02-06
mac80211: Fix FILS AEAD protection in Association Request frame
Jouni Malinen
1
-1
/
+1
2017-02-05
ip6_gre: fix ip6gre_err() invalid reads
Eric Dumazet
1
-19
/
+21
2017-02-05
net: remove __napi_complete()
Eric Dumazet
1
-21
/
+3
2017-02-04
net: ipv6: Use compressed IPv6 addresses showing route replace error
David Ahern
1
-1
/
+1
2017-02-04
net: ipv6: Change notifications for multipath delete to RTA_MULTIPATH
David Ahern
2
-1
/
+28
2017-02-04
net: ipv6: Change notifications for multipath add to RTA_MULTIPATH
David Ahern
2
-3
/
+53
2017-02-04
net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attribute
David Ahern
2
-17
/
+105
2017-02-04
net: ipv6: Allow shorthand delete of all nexthops in multipath route
David Ahern
1
-2
/
+36
2017-02-04
netlabel: out of bound access in cipso_v4_validate()
Eric Dumazet
1
-0
/
+4
2017-02-04
ipv4: keep skb->dst around in presence of IP options
Eric Dumazet
1
-1
/
+8
2017-02-03
net: skb_needs_check() accepts CHECKSUM_NONE for tx
Eric Dumazet
1
-3
/
+4
2017-02-03
net: remove support for per driver ndo_busy_poll()
Eric Dumazet
2
-16
/
+0
2017-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
53
-640
/
+576
2017-02-03
sched: cls_flower: expose priority to offloading netdevice
Jiri Pirko
1
-0
/
+3
2017-02-03
tcp: clear pfmemalloc on outgoing skb
Eric Dumazet
1
-0
/
+7
2017-02-03
net: use a work queue to defer net_disable_timestamp() work
Eric Dumazet
1
-18
/
+13
2017-02-03
net: ipv6: Set protocol to kernel for local routes
David Ahern
1
-0
/
+1
2017-02-03
bridge: vlan dst_metadata hooks in ingress and egress paths
Roopa Prabhu
6
-2
/
+82
2017-02-03
bridge: per vlan dst_metadata netlink support
Roopa Prabhu
7
-48
/
+641
2017-02-03
net/sched: act_ife: Change to use ife module
Yotam Gigi
2
-78
/
+33
2017-02-03
net: Introduce ife encapsulation module
Yotam Gigi
5
-0
/
+165
2017-02-03
net/sched: act_ife: Unexport ife_tlv_meta_encode
Yotam Gigi
1
-2
/
+2
2017-02-03
tcp: add tcp_mss_clamp() helper
Eric Dumazet
4
-23
/
+8
2017-02-03
ethtool: do not vzalloc(0) on registers dump
Stanislaw Gruszka
1
-3
/
+6
2017-02-03
ipv6: sr: remove cleanup flag and fix HMAC computation
David Lebrun
2
-32
/
+7
2017-02-02
net: add LINUX_MIB_PFMEMALLOCDROP counter
Eric Dumazet
2
-2
/
+4
2017-02-02
net: ipv4: remove fib_lookup.h from devinet.c include list
David Ahern
1
-2
/
+0
2017-02-02
net: remove useless pfmemalloc setting
Eric Dumazet
1
-1
/
+0
2017-02-02
unix: add ioctl to open a unix socket file with O_PATH
Andrey Vagin
1
-0
/
+41
2017-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-104
/
+93
2017-02-02
Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+1
2017-02-02
netfilter: allow logging from non-init namespaces
Michal Kubeček
5
-4
/
+28
2017-02-02
ipvs: free ip_vs_dest structs when refcnt=0
David Windsor
1
-5
/
+3
2017-02-02
netfilter: merge ctinfo into nfct pointer storage area
Florian Westphal
5
-9
/
+13
2017-02-02
netfilter: guarantee 8 byte minalign for template addresses
Florian Westphal
1
-5
/
+24
2017-02-02
netfilter: add and use nf_ct_set helper
Florian Westphal
10
-32
/
+15
2017-02-02
skbuff: add and use skb_nfct helper
Florian Westphal
13
-25
/
+25
2017-02-02
netfilter: reduce direct skb->nfct usage
Florian Westphal
1
-6
/
+9
2017-02-02
netfilter: reset netfilter state when duplicating packet
Florian Westphal
2
-2
/
+2
2017-02-02
netfilter: conntrack: no need to pass ctinfo to error handler
Florian Westphal
7
-19
/
+15
2017-02-02
netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()
Feng
1
-23
/
+25
2017-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
10
-103
/
+86
2017-02-01
net/sched: act_psample: Remove unnecessary ASSERT_RTNL
Yotam Gigi
1
-1
/
+0
[prev]
[next]