index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-14
tools/bpf: Sync kernel btf.h header
Gary Lin
1
-1
/
+1
2019-05-14
bpf: btf: fix the brackets of BTF_INT_OFFSET()
Gary Lin
2
-2
/
+2
2019-05-14
bpf: sockmap fix msg->sg.size account on ingress skb
John Fastabend
1
-0
/
+1
2019-05-14
bpf: sockmap remove duplicate queue free
John Fastabend
1
-2
/
+0
2019-05-14
bpf: sockmap, only stop/flush strp if it was enabled at some point
John Fastabend
1
-2
/
+4
2019-05-14
bpf: mark bpf_event_notify and bpf_event_init as static
Stanislav Fomichev
1
-2
/
+3
2019-05-14
bpf: devmap: fix use-after-free Read in __dev_map_entry_free
Eric Dumazet
1
-0
/
+3
2019-05-13
net: ethernet: stmmac: dwmac-sun8i: enable support of unicast filtering
Corentin Labbe
1
-0
/
+2
2019-05-13
net: ethernet: ti: netcp_ethss: fix build
Grygorii Strashko
1
-1
/
+1
2019-05-13
flow_dissector: disable preemption around BPF calls
Eric Dumazet
1
-0
/
+2
2019-05-13
bonding: fix arp_validate toggling in active-backup mode
Jarod Wilson
1
-7
/
+0
2019-05-13
net: meson: fixup g12a glue ephy id
Jerome Brunet
1
-1
/
+1
2019-05-13
net: phy: realtek: Replace phy functions with non-locked version in rtl8211e_...
Kunihiko Hayashi
1
-3
/
+3
2019-05-13
net: seeq: fix crash caused by not set dev.parent
Thomas Bogendoerfer
1
-0
/
+1
2019-05-13
of_net: Fix missing of_find_device_by_node ref count drop
Petr Štetiar
1
-1
/
+4
2019-05-13
net: mvpp2: cls: Add missing NETIF_F_NTUPLE flag
Maxime Chevallier
1
-1
/
+3
2019-05-13
bpf: fix undefined behavior in narrow load handling
Krzesimir Nowak
1
-1
/
+1
2019-05-13
libbpf: detect supported kernel BTF features and sanitize BTF
Andrii Nakryiko
3
-33
/
+197
2019-05-13
selftests: bpf: Add files generated after build to .gitignore
Kelsey Skunberg
1
-0
/
+2
2019-05-13
tools: bpf: synchronise BPF UAPI header with tools
Quentin Monnet
1
-70
/
+75
2019-05-13
bpf: fix minor issues in documentation for BPF helpers.
Quentin Monnet
1
-49
/
+54
2019-05-13
bpf: fix recurring typo in documentation for BPF helpers
Quentin Monnet
1
-19
/
+19
2019-05-13
bpf: fix script for generating man page on BPF helpers
Quentin Monnet
1
-4
/
+4
2019-05-13
bpf: add various test cases for backward jumps
Daniel Borkmann
1
-0
/
+195
2019-05-12
net: dccp : proto: remove Unneeded variable "err"
Hariprasad Kelam
1
-2
/
+1
2019-05-12
net: dsa: Remove the now unused DSA_SKB_CB_COPY() macro
Vladimir Oltean
1
-3
/
+0
2019-05-12
net: dsa: Remove dangerous DSA_SKB_CLONE() macro
Vladimir Oltean
1
-9
/
+0
2019-05-12
net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variable
Vladimir Oltean
2
-3
/
+2
2019-05-12
netfilter: nf_tables: correct NFT_LOGLEVEL_MAX value
Florian Westphal
1
-1
/
+1
2019-05-11
net: phy: realtek: fix double page ops in generic Realtek driver
Heiner Kallweit
1
-2
/
+0
2019-05-11
net: qrtr: use protocol endiannes variable
Nicholas Mc Guire
1
-3
/
+4
2019-05-11
bpf: fix out of bounds backwards jmps due to dead code removal
Daniel Borkmann
1
-2
/
+2
2019-05-11
net: phy: realtek: add missing page operations
Heiner Kallweit
1
-0
/
+12
2019-05-11
net: wireless: mt76: fix similar warning reported by kbuild test robot
Petr Štetiar
1
-1
/
+1
2019-05-11
net: ethernet: fix similar warning reported by kbuild test robot
Petr Štetiar
19
-19
/
+19
2019-05-11
powerpc: tsi108: fix similar warning reported by kbuild test robot
Petr Štetiar
1
-1
/
+2
2019-05-11
dt-bindings: doc: net: remove Linux API references
Petr Štetiar
2
-5
/
+5
2019-05-11
of_net: remove nvmem-mac-address property
Petr Štetiar
1
-23
/
+6
2019-05-11
net/ibmvnic: Update carrier state after link state change
Thomas Falcon
1
-5
/
+4
2019-05-11
net/ibmvnic: Update MAC address settings after adapter reset
Thomas Falcon
2
-27
/
+28
2019-05-11
dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPEND
YueHaibing
1
-1
/
+1
2019-05-11
bridge: Fix error path for kobject_init_and_add()
Tobin C. Harding
1
-7
/
+6
2019-05-10
Revert "selinux: do not report error on connect(AF_UNSPEC)"
Paolo Abeni
1
-4
/
+4
2019-05-10
nfp: add missing kdoc
Jakub Kicinski
1
-0
/
+2
2019-05-10
net/tls: handle errors from padding_length()
Jakub Kicinski
1
-8
/
+22
2019-05-10
net/tls: remove set but not used variables
Jakub Kicinski
1
-4
/
+1
2019-05-10
docs/btf: fix the missing section marks
Gary Lin
1
-0
/
+2
2019-05-10
nfp: bpf: fix static check error through tightening shift amount adjustment
Jiong Wang
1
-1
/
+12
2019-05-10
selftests: bpf: initialize bpf_object pointers where needed
Lorenz Bauer
3
-2
/
+5
2019-05-09
sparc64: simplify reduce_memory() function
Mike Rapoport
1
-40
/
+2
[next]