summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-07Merge branch 'bpf-tracepoints'David S. Miller21-69/+475
2016-04-07samples/bpf: add tracepoint vs kprobe performance testsAlexei Starovoitov4-0/+244
2016-04-07samples/bpf: tracepoint exampleAlexei Starovoitov1-4/+22
2016-04-07samples/bpf: add tracepoint support to bpf loaderAlexei Starovoitov1-5/+21
2016-04-07bpf: sanitize bpf tracepoint accessAlexei Starovoitov5-1/+33
2016-04-07bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov3-2/+43
2016-04-07bpf: register BPF_PROG_TYPE_TRACEPOINT program typeAlexei Starovoitov1-2/+43
2016-04-07perf, bpf: allow bpf programs attach to tracepointsAlexei Starovoitov3-5/+19
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov8-42/+49
2016-04-07perf: remove unused __addr variableAlexei Starovoitov2-8/+2
2016-04-07perf: optimize perf_fetch_caller_regsAlexei Starovoitov2-2/+1
2016-04-07net: Fix build failure due to lockdep_sock_is_held().David S. Miller1-0/+2
2016-04-07sock: make lockdep_sock_is_held static inlineHannes Frederic Sowa1-1/+1
2016-04-07Merge branch 'tipc-next'David S. Miller4-48/+67
2016-04-07tipc: stricter filtering of packets in bearer layerJon Paul Maloy2-17/+38
2016-04-07tipc: eliminate buffer leak in bearer layerJon Paul Maloy3-31/+29
2016-04-07Merge branch 'gro-in-udp'David S. Miller19-201/+129
2016-04-07udp: Remove udp_offloadsTom Herbert3-83/+0
2016-04-07geneve: change to use UDP socket GROTom Herbert1-20/+8
2016-04-07fou: change to use UDP socket GROTom Herbert1-31/+17
2016-04-07vxlan: change vxlan to use UDP socket GROTom Herbert2-23/+8
2016-04-07udp: Add socket based GRO and configTom Herbert2-0/+9
2016-04-07udp: Add GRO functions to UDP socketTom Herbert8-42/+54
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert3-0/+30
2016-04-07net: Checks skb_dst to be NULL in inet_iifTom Herbert1-3/+4
2016-04-07Merge branch 'sock-lockdep-tightening'David S. Miller14-54/+54
2016-04-07tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa3-31/+22
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa10-17/+26
2016-04-07sock: fix lockdep annotation in release_sockHannes Frederic Sowa2-6/+6
2016-04-07tcp/dccp: fix inet_reuseport_add_sock()Eric Dumazet2-2/+4
2016-04-07Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller9-94/+53
2016-04-07Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller19-88/+311
2016-04-06Revert "igb: Fix a deadlock in igb_sriov_reinit"Arika Chen1-1/+0
2016-04-06net: intel: remove dead linksJiri Benc1-66/+14
2016-04-06i40evf: properly handle VLAN featuresMitch Williams1-15/+12
2016-04-06i40e/i40evf: Bump patch from 1.5.2 to 1.5.5Harshitha Ramamurthy2-2/+2
2016-04-06i40e: Input set mask constants for RSS, flow director, and flex bytesKiran Patil2-0/+75
2016-04-06i40e: Move NVM event wait check to NVM codeShannon Nelson3-30/+33
2016-04-06i40e: Add RSS configuration to virtual channelMitch Williams2-6/+84
2016-04-06i40e: Move NVM variable out of AQ structShannon Nelson6-11/+11
2016-04-06i40e: Restrict VF poll mode to only single function mode devicesShannon Nelson1-1/+9
2016-04-06i40e: Patch to support trusted VFAnjali Singhai Jain3-0/+45
2016-04-06i40e/i40evf: Faster RX via avoiding FCoEJesse Brandeburg5-14/+30
2016-04-06i40e/i40evf: Drop unused tx_ring argumentJesse Brandeburg2-8/+4
2016-04-06i40e/i40evf: Move stack var deeperJesse Brandeburg2-2/+4
2016-04-06i40e: Move HW flushAkeem G Abodunrin1-0/+1
2016-04-06i40e: Leave debug_mask cleared at initShannon Nelson1-1/+0
2016-04-06i40e: Inserting a HW capability display infoDeepthi Kavalur1-0/+3
2016-04-06e1000: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-6/+8
2016-04-06Merge branch 'mlxsw-dcb'David S. Miller8-50/+1381