| Commit message (Expand) | Author | Files | Lines |
2018-05-08 | net: 3com: 3c59x: irq save variant of ISR | Anna-Maria Gleixner | 1 | -14/+4 |
2018-05-08 | net: 3com: 3c59x: Pull locking out of ISR | Anna-Maria Gleixner | 1 | -11/+9 |
2018-05-08 | net: 3com: 3c59x: Move boomerang/vortex conditional into function | Anna-Maria Gleixner | 1 | -14/+20 |
2018-05-08 | net: u64_stats_sync: Remove functions without user | Anna-Maria Gleixner | 1 | -14/+0 |
2018-05-08 | selftests: net: add udpgso* to TEST_GEN_FILES | Anders Roxell | 1 | -1/+1 |
2018-05-07 | netfilter: nft_dynset: fix timeout updates on 32bit | Florian Westphal | 1 | -1/+1 |
2018-05-07 | netfilter: ctnetlink: export nf_conntrack_max | Florent Fourcot | 3 | -0/+5 |
2018-05-07 | netfilter: extract Passive OS fingerprint infrastructure from xt_osf | Fernando Fernandez Mancera | 7 | -289/+359 |
2018-05-06 | netfilter: nf_tables: Provide NFT_{RT,CT}_MAX for userspace | Phil Sutter | 1 | -0/+4 |
2018-05-06 | netfilter: nf_nat: remove unused ct arg from lookup functions | Florian Westphal | 7 | -42/+22 |
2018-05-06 | netfilter: ip6t_srh: extend SRH matching for previous, next and last SID | Ahmed Abdelsalam | 2 | -11/+205 |
2018-05-06 | netfilter: nft_numgen: enable hashing of one element | Laura Garcia Liebana | 1 | -1/+1 |
2018-05-06 | netfilter: nft_numgen: add map lookups for numgen statements | Laura Garcia Liebana | 2 | -5/+84 |
2018-05-05 | net/ipv6: rename rt6_next to fib6_next | David Ahern | 3 | -22/+22 |
2018-05-04 | bpf, xskmap: fix crash in xsk_map_alloc error path handling | Daniel Borkmann | 1 | -0/+2 |
2018-05-04 | bpf: fix references to free_bpf_prog_info() in comments | Jakub Kicinski | 1 | -2/+2 |
2018-05-04 | tools: bpftool: add simple perf event output reader | Jakub Kicinski | 8 | -19/+444 |
2018-05-04 | tools: bpftool: move get_possible_cpus() to common code | Jakub Kicinski | 3 | -58/+59 |
2018-05-04 | tools: bpftool: fold hex keyword in command help | Jakub Kicinski | 2 | -15/+17 |
2018-05-04 | nfp: bpf: rewrite map pointers with NFP TIDs | Jakub Kicinski | 2 | -21/+32 |
2018-05-04 | nfp: bpf: perf event output helpers support | Jakub Kicinski | 7 | -4/+187 |
2018-05-04 | bpf: replace map pointer loads before calling into offloads | Jakub Kicinski | 1 | -5/+5 |
2018-05-04 | bpf: export bpf_event_output() | Jakub Kicinski | 1 | -0/+1 |
2018-05-04 | nfp: bpf: record offload neutral maps in the driver | Jakub Kicinski | 5 | -6/+168 |
2018-05-04 | bpf: offload: allow offloaded programs to use perf event arrays | Jakub Kicinski | 2 | -2/+9 |
2018-05-04 | net/mlx4_en: optimizes get_fixed_ipv6_csum() | Eric Dumazet | 1 | -13/+8 |
2018-05-04 | smc: add support for splice() | Stefan Raspl | 4 | -25/+185 |
2018-05-04 | smc: allocate RMBs as compound pages | Stefan Raspl | 2 | -9/+10 |
2018-05-04 | smc: make smc_rx_wait_data() generic | Stefan Raspl | 3 | -12/+19 |
2018-05-04 | smc: simplify abort logic | Stefan Raspl | 1 | -10/+6 |
2018-05-04 | sh_eth: WARN_ON() access to unimplemented TSU register | Sergei Shtylyov | 1 | -2/+12 |
2018-05-04 | sh_eth: use TSU register accessors for TSU_POST<n> | Sergei Shtylyov | 1 | -14/+6 |
2018-05-04 | bpf: add faked "ending" subprog | Jiong Wang | 1 | -20/+14 |
2018-05-04 | bpf: centre subprog information fields | Jiong Wang | 2 | -33/+38 |
2018-05-04 | bpf: unify main prog and subprog | Jiong Wang | 2 | -27/+32 |
2018-05-04 | bpf: sync tools bpf.h uapi header | Daniel Borkmann | 1 | -1/+32 |
2018-05-04 | bpf, x32: remove ld_abs/ld_ind | Daniel Borkmann | 1 | -135/+1 |
2018-05-04 | bpf, s390x: remove ld_abs/ld_ind | Daniel Borkmann | 4 | -252/+13 |
2018-05-04 | bpf, ppc64: remove ld_abs/ld_ind | Daniel Borkmann | 4 | -317/+11 |
2018-05-04 | bpf, mips64: remove ld_abs/ld_ind | Daniel Borkmann | 1 | -104/+0 |
2018-05-04 | bpf, arm32: remove ld_abs/ld_ind | Daniel Borkmann | 1 | -77/+0 |
2018-05-04 | bpf, sparc64: remove ld_abs/ld_ind | Daniel Borkmann | 4 | -269/+6 |
2018-05-04 | bpf, arm64: remove ld_abs/ld_ind | Daniel Borkmann | 1 | -65/+0 |
2018-05-04 | bpf, x64: remove ld_abs/ld_ind | Daniel Borkmann | 3 | -296/+5 |
2018-05-04 | bpf: add skb_load_bytes_relative helper | Daniel Borkmann | 2 | -1/+77 |
2018-05-04 | bpf: implement ld_abs/ld_ind in native bpf | Daniel Borkmann | 5 | -100/+262 |
2018-05-04 | bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier | Daniel Borkmann | 4 | -225/+619 |
2018-05-04 | bpf: prefix cbpf internal helpers with bpf_ | Daniel Borkmann | 1 | -9/+9 |
2018-05-04 | samples/bpf: sample application and documentation for AF_XDP sockets | Magnus Karlsson | 6 | -0/+1317 |
2018-05-04 | xsk: statistics support | Magnus Karlsson | 3 | -1/+56 |