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-01-26
Merge tag 'batadv-next-for-davem-20170126' of git://git.open-mesh.org/linux-m...
David S. Miller
59
-69
/
+85
2017-01-26
batman-adv: Treat NET_XMIT_CN as transmit successfully
Gao Feng
1
-1
/
+1
2017-01-26
batman-adv: Remove one condition check in batadv_route_unicast_packet
Gao Feng
1
-5
/
+4
2017-01-26
batman-adv: Remove unused variable in batadv_tt_local_set_flags
Sven Eckelmann
1
-2
/
+0
2017-01-26
batman-adv: update copyright years for 2017
Sven Eckelmann
59
-59
/
+59
2017-01-26
batman-adv: don't add loop detect macs to TT
Simon Wunderlich
2
-1
/
+20
2017-01-25
bridge: move maybe_deliver_addr() inside #ifdef
Arnd Bergmann
1
-25
/
+25
2017-01-25
net/tcp-fastopen: make connect()'s return case more consistent with non-TFO
Willy Tarreau
2
-4
/
+4
2017-01-25
net/tcp-fastopen: Add new API support
Wei Wang
5
-9
/
+102
2017-01-25
net: Remove __sk_dst_reset() in tcp_v6_connect()
Wei Wang
1
-1
/
+0
2017-01-25
net/tcp-fastopen: refactor cookie check logic
Wei Wang
2
-14
/
+23
2017-01-25
tcp: reduce skb overhead in selected places
Eric Dumazet
2
-2
/
+2
2017-01-25
tipc: uninitialized return code in tipc_setsockopt()
Dan Carpenter
1
-2
/
+1
2017-01-25
net sched actions: Add support for user cookies
Jamal Hadi Salim
1
-0
/
+45
2017-01-24
net: sctp: fix array overrun read on sctp_timer_tbl
Colin Ian King
1
-1
/
+4
2017-01-24
net: dsa: Drop WARN() in tag_brcm.c
Florian Fainelli
1
-1
/
+2
2017-01-24
bpf: allow option for setting bpf_l4_csum_replace from scratch
Daniel Borkmann
1
-3
/
+4
2017-01-24
bpf: enable load bytes helper for filter/reuseport progs
Daniel Borkmann
1
-15
/
+26
2017-01-24
bpf: simplify __is_valid_access test on cb
Daniel Borkmann
1
-13
/
+2
2017-01-24
net/sched: Introduce sample tc action
Yotam Gigi
3
-0
/
+287
2017-01-24
net: Introduce psample, a new genetlink channel for packet sampling
Yotam Gigi
5
-0
/
+323
2017-01-24
net: dsa: Fix inverted test for multiple CPU interface
Andrew Lunn
1
-1
/
+1
2017-01-24
bridge: multicast to unicast
Felix Fietkau
6
-29
/
+112
2017-01-24
Introduce a sysctl that modifies the value of PROT_SOCK.
Krister Johansen
5
-11
/
+64
2017-01-22
ipv6: add NUMA awareness to seg6_hmac_init_algo()
Eric Dumazet
1
-1
/
+2
2017-01-22
6lowpan: use rb_entry()
Geliang Tang
1
-4
/
+4
2017-01-20
net: dsa: Remove hwmon support
Andrew Lunn
5
-172
/
+0
2017-01-20
inet: don't use sk_v6_rcv_saddr directly
Josef Bacik
1
-1
/
+1
2017-01-20
net: remove duplicate code.
Mahesh Bandewar
1
-3
/
+1
2017-01-20
fq_codel: Avoid regenerating skb flow hash unless necessary
Andrew Collins
1
-5
/
+1
2017-01-20
tipc: make replicast a user selectable option
Jon Paul Maloy
5
-15
/
+108
2017-01-20
tipc: introduce replicast as transport option for multicast
Jon Paul Maloy
7
-47
/
+149
2017-01-20
tipc: add functionality to lookup multicast destination nodes
Jon Paul Maloy
4
-8
/
+87
2017-01-20
tipc: add function for checking broadcast support in bearer
Jon Paul Maloy
4
-9
/
+34
2017-01-20
device: Implement a bus agnostic dev_num_vf routine
Phil Sutter
1
-2
/
+1
2017-01-20
gre6: Clean up unused struct ipv6_tel_txoption definition
Jakub Sitnicki
1
-5
/
+0
2017-01-20
net: remove bh disabling around percpu_counter accesses
Eric Dumazet
4
-8
/
+1
2017-01-19
net: ipv6: Keep nexthop of multipath route on admin down
David Ahern
1
-2
/
+5
2017-01-19
net: caif: Remove unused stats member from struct chnl_net
Tobias Klauser
1
-1
/
+0
2017-01-19
net/sched: cls_flower: reduce fl_change stack size
Arnd Bergmann
1
-6
/
+17
2017-01-18
net: Remove usage of net_device last_rx member
Tobias Klauser
3
-4
/
+0
2017-01-18
net: dsa: use cpu_switch instead of ds[0]
Vivien Didelot
6
-11
/
+11
2017-01-18
net: dsa: store CPU switch structure in the tree
Vivien Didelot
2
-7
/
+5
2017-01-18
net: ipv6: remove prefix arg to rt6_fill_node
David Ahern
1
-15
/
+12
2017-01-18
net: ipv6: remove nowait arg to rt6_fill_node
David Ahern
2
-24
/
+12
2017-01-18
sctp: implement sender-side procedures for SSN Reset Request Parameter
Xin Long
3
-10
/
+131
2017-01-18
sctp: add sockopt SCTP_ENABLE_STREAM_RESET
Xin Long
2
-0
/
+85
2017-01-18
sctp: add reconf_enable in asoc ep and netns
Xin Long
4
-0
/
+20
2017-01-18
sctp: add stream reconf primitive
Xin Long
3
-0
/
+36
2017-01-18
sctp: add stream reconf timer
Xin Long
5
-2
/
+104
[next]