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
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-1
/
+17
2018-10-18
sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk size
Xin Long
1
-5
/
+0
2018-10-17
sctp: fix the data size calculation in sctp_data_size
Xin Long
1
-1
/
+1
2018-10-17
geneve, vxlan: Don't set exceptions if skb->len < mtu
Stefano Brivio
1
-0
/
+10
2018-10-17
bridge: switchdev: Allow clearing FDB entry offload indication
Ido Schimmel
1
-1
/
+2
2018-10-17
vxlan: Support marking RDSTs as offloaded
Petr Machata
2
-0
/
+3
2018-10-17
vxlan: Add vxlan_fdb_find_uc() for FDB querying
Petr Machata
1
-0
/
+12
2018-10-17
vxlan: Add switchdev notifications
Petr Machata
2
-0
/
+14
2018-10-17
net: Add netif_is_vxlan()
Ido Schimmel
1
-0
/
+7
2018-10-17
inet: Refactor INET_ECN_decapsulate()
Ido Schimmel
1
-4
/
+14
2018-10-17
vxlan: Export address checking functions
Ido Schimmel
1
-0
/
+32
2018-10-16
net: Enable kernel side filtering of route dumps
David Ahern
1
-1
/
+1
2018-10-16
net/ipv4: Plumb support for filtering route dumps
David Ahern
1
-1
/
+1
2018-10-16
net: Add struct for fib dump filter
David Ahern
2
-1
/
+13
2018-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-18
/
+43
2018-10-15
net: extend sk_pacing_rate to unsigned long
Eric Dumazet
1
-2
/
+2
2018-10-15
sctp: use the pmtu from the icmp packet to update transport pathmtu
Xin Long
1
-0
/
+2
2018-10-15
ipv6: rate-limit probes for neighbourless routes
Sabrina Dubroca
1
-0
/
+4
2018-10-15
bpf: Allow sk_lookup with IPv6 module
Joe Stringer
1
-0
/
+5
2018-10-15
tls: replace poll implementation with read hook
John Fastabend
1
-4
/
+2
2018-10-15
tls: convert to generic sk_msg interface
Daniel Borkmann
2
-13
/
+9
2018-10-15
bpf, sockmap: convert to generic sk_msg interface
Daniel Borkmann
1
-0
/
+27
2018-10-15
tcp, ulp: remove ulp bits from sockmap
Daniel Borkmann
1
-1
/
+0
2018-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+11
2018-10-12
netlink: replace __NLA_ENSURE implementation
Johannes Berg
1
-1
/
+1
2018-10-12
Merge tag 'mac80211-next-for-davem-2018-10-12' of git://git.kernel.org/pub/sc...
David S. Miller
2
-3
/
+102
2018-10-12
net: Evict neighbor entries on carrier down
David Ahern
1
-0
/
+1
2018-10-12
net/ipv6: Add knob to skip DELROUTE message on device down
David Ahern
2
-0
/
+4
2018-10-12
mac80211: implement ieee80211_tx_rate_update to update rate
Anilkumar Kolli
1
-0
/
+15
2018-10-12
nl80211: Add per peer statistics to compute FCS error rate
Ankita Bajaj
1
-0
/
+7
2018-10-12
mac80211: support FTM responder configuration/statistics
Pradeep Kumar Chitrapu
1
-0
/
+28
2018-10-10
net: ipv4: update fnhe_pmtu when first hop's MTU changes
Sabrina Dubroca
1
-0
/
+1
2018-10-10
net/ipv6: Make ipv6_route_table_template static
David Ahern
1
-2
/
+0
2018-10-10
devlink: Add helper function for safely copy string param
Moshe Shemesh
1
-2
/
+10
2018-10-10
devlink: Fix param set handling for string type
Moshe Shemesh
1
-1
/
+1
2018-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+7
2018-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
6
-44
/
+34
2018-10-08
rtnetlink: Update fib dumps for strict data checking
David Ahern
1
-0
/
+2
2018-10-08
netlink: Add strict version of nlmsg_parse and nla_parse
David Ahern
1
-0
/
+17
2018-10-08
netlink: Add extack message to nlmsg_parse for invalid header length
David Ahern
1
-1
/
+3
2018-10-08
Merge remote-tracking branch 'net-next/master' into mac80211-next
Johannes Berg
16
-37
/
+91
2018-10-05
udp: gro behind static key
Willem de Bruijn
1
-0
/
+2
2018-10-05
net_sched: convert idrinfo->lock from spinlock to a mutex
Cong Wang
1
-2
/
+2
2018-10-05
ethtool: don't allow disabling queues with umem installed
Jakub Kicinski
1
-0
/
+7
2018-10-04
net: Move free of dst_metrics to helper
David Ahern
1
-0
/
+9
2018-10-04
net: common metrics init helper for dst_entry
David Ahern
1
-0
/
+12
2018-10-04
net: Move free of fib_metrics to helper
David Ahern
1
-0
/
+6
2018-10-04
net: common metrics init helper for FIB entries
David Ahern
1
-2
/
+2
2018-10-04
net: sched: remove unused helpers
Jakub Kicinski
1
-10
/
+0
2018-10-04
devlink: Add generic parameter msix_vec_per_pf_min
Vasundhara Volam
1
-0
/
+4
[next]