index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
page_poison.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-02-10
bpf: Add test_tag to .gitignore
Mickaël Salaün
1
-0
/
+1
2017-02-10
bpf: Remove bpf_sys.h from selftests
Mickaël Salaün
7
-34
/
+9
2017-02-10
bpf: Use bpf_create_map() from the library
Mickaël Salaün
6
-30
/
+15
2017-02-10
bpf: Use bpf_map_get_next_key() from the library
Mickaël Salaün
5
-31
/
+20
2017-02-10
bpf: Use bpf_map_delete_elem() from the library
Mickaël Salaün
5
-26
/
+16
2017-02-10
bpf: Use bpf_map_lookup_elem() from the library
Mickaël Salaün
6
-50
/
+39
2017-02-10
bpf: Use bpf_map_update_elem() from the library
Mickaël Salaün
6
-91
/
+99
2017-02-10
bpf: Use bpf_load_program() from the library
Mickaël Salaün
6
-32
/
+17
2017-02-10
bpf: Always test unprivileged programs
Mickaël Salaün
2
-6
/
+64
2017-02-10
bpf: Change the include directory for selftest
Mickaël Salaün
1
-1
/
+1
2017-02-10
tools: Sync {,tools/}include/uapi/linux/bpf.h
Mickaël Salaün
1
-1
/
+22
2017-02-10
nfp: add the PF driver
Jakub Kicinski
5
-23
/
+970
2017-02-10
nfp: allocate irqs in lower driver
Jakub Kicinski
3
-99
/
+140
2017-02-10
nfp: add port layer to debugfs directories
Jakub Kicinski
3
-18
/
+43
2017-02-10
nfp: add support for service processor access
Jakub Kicinski
7
-0
/
+799
2017-02-10
nfp: add rtsym support
Jakub Kicinski
5
-0
/
+353
2017-02-10
nfp: add MIP reading support
Jakub Kicinski
3
-0
/
+185
2017-02-10
nfp: add support for reading nffw info
Jakub Kicinski
3
-0
/
+375
2017-02-10
nfp: add hwinfo support
Jakub Kicinski
5
-0
/
+341
2017-02-10
nfp: add support for resources
Jakub Kicinski
4
-0
/
+433
2017-02-10
nfp: add CPP access core
Jakub Kicinski
10
-0
/
+4987
2017-02-10
nfp: rename the driver and add new main file
Jakub Kicinski
8
-57
/
+160
2017-02-10
bitfield.h: add FIELD_FIT() helper
Jakub Kicinski
2
-2
/
+13
2017-02-10
devlink: allow to fillup eswitch attrs even if mode_get op does not exist
Jiri Pirko
1
-7
/
+9
2017-02-10
devlink: use nla_put_failure goto label instead of out
Jiri Pirko
1
-6
/
+6
2017-02-10
devlink: rename devlink_eswitch_fill to devlink_nl_eswitch_fill
Jiri Pirko
1
-5
/
+5
2017-02-10
devlink: fix the name of eswitch commands
Jiri Pirko
2
-11
/
+17
2017-02-10
net: ethernet: ti: netcp_core: remove netif_trans_update
Ivan Khoronzhuk
1
-2
/
+0
2017-02-10
net: dsa: remove unnecessary phy*.h includes
Russell King
2
-2
/
+4
2017-02-10
net: ath5k: fix build errors when linux/phy*.h is removed from net/dsa.h
Russell King
1
-1
/
+1
2017-02-10
net: liquidio: fix build errors when linux/phy*.h is removed from net/dsa.h
Russell King
3
-0
/
+3
2017-02-10
MIPS: Octeon: Remove unnecessary MODULE_*()
Russell King
1
-4
/
+0
2017-02-10
iscsi: fix build errors when linux/phy*.h is removed from net/dsa.h
Russell King
1
-0
/
+1
2017-02-10
net: mvneta: fix build errors when linux/phy*.h is removed from net/dsa.h
Russell King
1
-0
/
+1
2017-02-10
net: fman: fix build errors when linux/phy*.h is removed from net/dsa.h
Russell King
1
-0
/
+1
2017-02-10
net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.h
Russell King
1
-0
/
+2
2017-02-10
net: lan78xx: fix build errors when linux/phy*.h is removed from net/dsa.h
Russell King
1
-0
/
+1
2017-02-10
net: macb: fix build errors when linux/phy*.h is removed from net/dsa.h
Russell King
1
-0
/
+2
2017-02-10
net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.h
Russell King
1
-0
/
+1
2017-02-10
net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.h
Russell King
1
-0
/
+1
2017-02-10
spectrum: flower: Treat ETH_P_ALL as a special case and translate for HW
Jiri Pirko
1
-3
/
+10
2017-02-10
net: Fix checkpatch, Missing a blank line after declarations
tcharding
1
-0
/
+13
2017-02-10
net: Fix checkpatch block comments warnings
tcharding
1
-32
/
+33
2017-02-10
net: Fix checkpatch whitespace errors
tcharding
1
-19
/
+20
2017-02-10
net: Fix checkpatch WARNING: please, no space before tabs
tcharding
1
-71
/
+71
2017-02-10
net/act_pedit: Introduce 'add' operation
Amir Vadai
3
-4
/
+35
2017-02-10
net/act_pedit: Support using offset relative to the conventional network headers
Amir Vadai
3
-16
/
+208
2017-02-10
net/skbuff: Introduce skb_mac_offset()
Amir Vadai
1
-0
/
+5
2017-02-10
mlxsw: spectrum: Update mc_disabled flag by switchdev attr
Nogah Frankel
1
-0
/
+28
2017-02-10
mlxsw: spectrum: Extend port_orig_get for bridge devices
Nogah Frankel
1
-0
/
+13
[next]