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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-14
bonding: add arp_all_targets netlink support
sfeldma@cumulusnetworks.com
5
-6
/
+37
2013-12-14
bonding: add arp_validate netlink support
sfeldma@cumulusnetworks.com
5
-22
/
+50
2013-12-14
bonding: add arp_ip_target netlink support
sfeldma@cumulusnetworks.com
5
-68
/
+187
2013-12-14
bonding: add arp_interval netlink support
sfeldma@cumulusnetworks.com
5
-51
/
+80
2013-12-14
bonding: add use_carrier netlink support
sfeldma@cumulusnetworks.com
5
-13
/
+39
2013-12-14
bonding: add downdelay netlink support
sfeldma@cumulusnetworks.com
5
-31
/
+52
2013-12-14
bonding: add updelay netlink support
sfeldma@cumulusnetworks.com
5
-32
/
+54
2013-12-14
bonding: add miimon netlink support
sfeldma@cumulusnetworks.com
5
-49
/
+80
2013-12-14
packet: fix using smp_processor_id() in preemptible code
Li Zhong
1
-1
/
+1
2013-12-14
netconf: add proxy-arp support
stephen hemminger
2
-12
/
+30
2013-12-12
ipv6: fix incorrect type in declaration
Florent Fourcot
1
-1
/
+2
2013-12-12
net: eth: 8390: remove section warning in etherh.c
Olof Johansson
1
-1
/
+1
2013-12-12
net-gro: Prepare GRO stack for the upcoming tunneling support
Jerry Chu
6
-75
/
+97
2013-12-12
Merge branch 'macvtap_capture'
David S. Miller
3
-46
/
+38
2013-12-12
macvlan: Remove custom recieve and forward handlers
Vlad Yasevich
3
-20
/
+7
2013-12-12
macvtap: Add support of packet capture on macvtap device.
Vlad Yasevich
1
-27
/
+32
2013-12-11
Merge branch 'bpf'
David S. Miller
6
-49
/
+2930
2013-12-11
filter: doc: improve BPF documentation
Daniel Borkmann
1
-47
/
+561
2013-12-11
filter: bpf_asm: add minimal bpf asm tool
Daniel Borkmann
4
-2
/
+960
2013-12-11
filter: bpf_dbg: add minimal bpf debugger
Daniel Borkmann
2
-2
/
+1411
2013-12-11
net: eth: cpsw: 64-bit phys_addr_t and sparse cleanup
Olof Johansson
1
-4
/
+4
2013-12-11
net: eth: davinci_cpdma: Mark a local variable static
Olof Johansson
1
-1
/
+1
2013-12-11
net: eth: davinci_cpdma: 64-bit phys/dma_addr_t cleanup
Olof Johansson
1
-3
/
+2
2013-12-11
8390 : Replace ei_debug with msg_enable/NETIF_MSG_* feature
Matthew Whitehead
16
-302
/
+426
2013-12-11
ipv6: router reachability probing
Jiri Benc
3
-6
/
+26
2013-12-11
sctp: remove redundant null check on asoc
wangweidong
1
-4
/
+2
2013-12-11
sch_htb: remove unnecessary NULL pointer judgment
Yang Yingliang
1
-11
/
+5
2013-12-11
ipv4: fix wildcard search with inet_confirm_addr()
Nicolas Dichtel
4
-11
/
+11
2013-12-11
vxlan: leave multicast group when vxlan device down
Gao feng
1
-6
/
+21
2013-12-11
vxlan: remove vxlan_group_used in vxlan_open
Gao feng
1
-3
/
+1
2013-12-11
bgmac: replace some magic values with defines
Rafał Miłecki
2
-9
/
+18
2013-12-11
bgmac: reset cached MAC state during chip reset
Rafał Miłecki
1
-0
/
+2
2013-12-11
net_sched: expand control flow of macro SKIP_NONLOCAL
Yang Yingliang
1
-35
/
+122
2013-12-11
net: macb: Fix build warning
Soren Brinkmann
1
-1
/
+1
2013-12-11
Merge branch 'tipc'
David S. Miller
9
-747
/
+311
2013-12-11
tipc: remove unused 'blocked' flag from tipc_link struct
Ying Xue
2
-11
/
+7
2013-12-11
tipc: eliminate code duplication in media layer
Ying Xue
4
-231
/
+149
2013-12-11
tipc: relocate common functions from media to bearer
Ying Xue
5
-401
/
+114
2013-12-11
tipc: remove TIPC usage of field af_packet_priv in struct net_device
Ying Xue
4
-46
/
+68
2013-12-11
tipc: improve naming and comment consistency in media layer
Jon Paul Maloy
2
-19
/
+19
2013-12-11
tipc: initiate media type array at compile time
Jon Paul Maloy
4
-62
/
+23
2013-12-11
tipc: eliminate redundant code with kfree_skb_list routine
Ying Xue
2
-55
/
+9
2013-12-10
Merge branch 'macb'
David S. Miller
2
-29
/
+98
2013-12-10
net: macb: Adjust tx_clk when link speed changes
Soren Brinkmann
2
-0
/
+65
2013-12-10
net: macb: Use devm_request_irq()
Soren Brinkmann
1
-5
/
+3
2013-12-10
net: macb: Use devm_ioremap()
Soren Brinkmann
1
-5
/
+3
2013-12-10
net: macb: Migrate to devm clock interface
Soren Brinkmann
1
-12
/
+20
2013-12-10
net: macb: Migrate to dev_pm_ops
Soren Brinkmann
1
-7
/
+7
2013-12-10
net_sched: sfq: put sfq_unlink in a do - while loop
Yang Yingliang
1
-4
/
+6
2013-12-10
net_sched: add space around '>' and before '('
Yang Yingliang
2
-2
/
+3
[next]