index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-18
ftgmac100: Add ndo_set_rx_mode() and support for multicast & promisc
Benjamin Herrenschmidt
1
-0
/
+52
2017-04-18
ftgmac100: Add pause frames configuration and support
Benjamin Herrenschmidt
2
-1
/
+102
2017-04-18
ftgmac100: Add ethtool n-way reset call
Benjamin Herrenschmidt
1
-7
/
+1
2017-04-18
sky2: Use seq_puts() in sky2_debug_show()
Markus Elfring
1
-1
/
+1
2017-04-18
skge: Adjust a null pointer check in skge_down()
Markus Elfring
1
-1
/
+1
2017-04-18
skge: Use seq_puts() in skge_debug_show()
Markus Elfring
1
-1
/
+1
2017-04-18
net: pxa168_eth: Adjust four checks for null pointers
Markus Elfring
1
-4
/
+4
2017-04-18
net: pxa168_eth: Use kcalloc() in two functions
Markus Elfring
1
-4
/
+2
2017-04-18
net: mvpp2: Adjust a null pointer check in mvpp2_egress_enable()
Markus Elfring
1
-1
/
+1
2017-04-18
net: mvpp2: Rename a jump label in mvpp2_prs_vlan_add()
Markus Elfring
1
-3
/
+2
2017-04-18
net: mvpp2: Rename a jump label in mvpp2_prs_double_vlan_add()
Markus Elfring
1
-4
/
+3
2017-04-18
net: mvpp2: Rename a jump label in mvpp2_txq_init()
Markus Elfring
1
-3
/
+2
2017-04-18
net: mvpp2: Rename a jump label in mvpp2_tx_frag_process()
Markus Elfring
1
-3
/
+2
2017-04-18
net: mvpp2: Adjust three error messages
Markus Elfring
1
-3
/
+3
2017-04-18
net: mvpp2: Rename a jump label in two functions
Markus Elfring
1
-9
/
+7
2017-04-18
net: mvpp2: Fix a jump label position in mvpp2_rx()
Markus Elfring
1
-1
/
+1
2017-04-18
net: mvpp2: Improve a size determination in two functions
Markus Elfring
1
-2
/
+2
2017-04-18
net: mvpp2: Improve 27 size determinations
Markus Elfring
1
-27
/
+27
2017-04-18
net: mvpp2: Improve another size determination in mvpp2_prs_default_init()
Markus Elfring
1
-1
/
+1
2017-04-18
net: mvpp2: Improve another size determination in mvpp2_bm_init()
Markus Elfring
1
-1
/
+1
2017-04-18
net: mvpp2: Improve another size determination in mvpp2_port_probe()
Markus Elfring
1
-2
/
+1
2017-04-18
net: mvpp2: Improve another size determination in mvpp2_init()
Markus Elfring
1
-1
/
+1
2017-04-18
net: mvpp2: Improve two size determinations in mvpp2_probe()
Markus Elfring
1
-3
/
+3
2017-04-18
net: mvpp2: Use kmalloc_array() in mvpp2_txq_init()
Markus Elfring
1
-3
/
+3
2017-04-18
net: mvneta: Adjust six checks for null pointers
Markus Elfring
1
-6
/
+6
2017-04-18
net: mvneta: Use kmalloc_array() in mvneta_txq_init()
Markus Elfring
1
-1
/
+2
2017-04-18
net: mvneta: Improve two size determinations in mvneta_init()
Markus Elfring
1
-4
/
+2
2017-04-18
net: mvneta: Use devm_kmalloc_array() in mvneta_init()
Markus Elfring
1
-3
/
+5
2017-04-18
rhashtable: remove insecure_elasticity
Florian Westphal
2
-21
/
+17
2017-04-18
sctp: process duplicated strreset asoc request correctly
Xin Long
1
-4
/
+15
2017-04-18
sctp: process duplicated strreset in and addstrm in requests correctly
Xin Long
1
-9
/
+29
2017-04-18
sctp: process duplicated strreset out and addstrm out requests correctly
Xin Long
2
-10
/
+30
2017-04-17
bonding: deliver link-local packets with skb->dev set to link that packets ar...
Chonggang Li
1
-0
/
+3
2017-04-17
net: rtnetlink: plumb extended ack to doit function
David Ahern
26
-99
/
+162
2017-04-17
ipv6: sr: fix BUG due to headroom too small after SRH push
David Lebrun
1
-0
/
+8
2017-04-17
gso: Validate assumption of frag_list segementation
Ilan Tayari
1
-4
/
+14
2017-04-17
sctp: get list_of_streams of strreset outreq earlier
Xin Long
1
-4
/
+4
2017-04-17
Add uid and cookie bpf helper to cg_skb_func_proto
Chenbo Feng
1
-6
/
+1
2017-04-17
hv_netvsc: change netvsc device default duplex to FULL
Simon Xiao
1
-1
/
+1
2017-04-17
netvsc: fix RCU warning in get_stats
stephen hemminger
1
-1
/
+1
2017-04-17
net: phy: test the right variable in phy_write_mmd()
Dan Carpenter
1
-1
/
+1
2017-04-17
bpf: lru: Add map-in-map LRU example
Martin KaFai Lau
2
-3
/
+93
2017-04-17
bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4
Martin KaFai Lau
2
-2
/
+2
2017-04-17
bpf: Allow bpf sample programs (*_user.c) to change bpf_map_def
Martin KaFai Lau
3
-74
/
+201
2017-04-17
bpf: lru: Refactor LRU map tests in map_perf_test
Martin KaFai Lau
2
-29
/
+67
2017-04-17
bpf: lru: Cleanup test_lru_map.c
Martin KaFai Lau
1
-23
/
+9
2017-04-17
bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRU
Martin KaFai Lau
1
-5
/
+65
2017-04-17
net: mvneta: fix failed to suspend if WOL is enabled
Jisheng Zhang
1
-1
/
+11
2017-04-17
net: bridge: notify on hw fdb takeover
Nikolay Aleksandrov
1
-1
/
+3
2017-04-17
kcm: remove a useless copy_from_user()
WANG Cong
1
-4
/
+0
[next]