aboutsummaryrefslogtreecommitdiffstats
path: root/Kbuild (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-03net: avoid one splat in fib_nl_delrule()Eric Dumazet1-1/+1
2017-07-03mlx4_en: make mlx4_log_num_mgm_entry_size staticZhu Yanjun2-2/+1
2017-07-03net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys1-1/+1
2017-07-03netxen_nic: Remove unused pointer hdr in netxen_setup_minidump()Christos Gkekas1-3/+0
2017-07-03geneve: fix hlist corruptionJiri Benc1-16/+32
2017-07-03vxlan: fix hlist corruptionJiri Benc2-12/+30
2017-07-03net/mlxfw: Properly handle dependancy with non-loadable mlx5Or Gerlitz1-1/+1
2017-07-03iucv: Convert sk_wmem_alloc accesses to refcount_t.David S. Miller1-1/+1
2017-07-03ctcm_fsms: Convert skb->user accesses to refcount_tDavid S. Miller1-6/+6
2017-07-03bpf: add various test cases for verifier selftestDaniel Borkmann1-0/+165
2017-07-03bpf, verifier: add additional patterns to evaluate_reg_imm_aluJohn Fastabend1-0/+62
2017-07-03bpf: extend bpf_trace_printk to support %iJohn Fastabend1-3/+4
2017-07-03bpf: export whether tail call has jited ownerDaniel Borkmann1-1/+6
2017-07-03bpf: simplify narrower ctx accessDaniel Borkmann5-195/+209
2017-07-03bpf: add bpf_skb_adjust_room helperDaniel Borkmann3-7/+151
2017-07-03bpf, net: add skb_mac_header_len helperDaniel Borkmann2-2/+7
2017-07-03net: cdc_mbim: apply "NDP to end" quirk to HP lt4132Tore Anderson1-0/+7
2017-07-03Documentation: fix wrong example commandMatteo Croce1-2/+2
2017-07-03vxlan: correctly set vxlan->net when creating the device in a netnsSabrina Dubroca1-3/+6
2017-07-03net: hns: Use phy_driver to setup Phy loopbackLin Yun Sheng2-71/+35
2017-07-03net: phy: Add phy loopback support in net phy frameworkLin Yun Sheng3-0/+57
2017-07-03net/mlx5: fix memcpy limit?Stephen Rothwell1-1/+1
2017-07-03ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca1-9/+9
2017-07-03net: cdc_ncm: Reduce memory use when kernel memory lowJim Baxter2-12/+45
2017-07-03qed: Add iWARP support for physical queue allocationKalderon, Michal1-0/+4
2017-07-03qed: Add iWARP protocol support in context allocationKalderon, Michal1-2/+11
2017-07-03qed: iWARP CM add error handlingKalderon, Michal2-2/+190
2017-07-03qed: iWARP implement disconnect flowsKalderon, Michal2-1/+91
2017-07-03qed: iWARP CM add active side connectKalderon, Michal4-12/+265
2017-07-03qed: iWARP CM add passive side connectKalderon, Michal9-20/+1039
2017-07-03qed: iWARP CM add listener functions and initial SYN processingKalderon, Michal4-3/+343
2017-07-03qed: iWARP CM - setup a ll2 connection for handling SYN packetsKalderon, Michal2-3/+220
2017-07-03qed: Add iWARP support in ll2 connectionsKalderon, Michal2-2/+12
2017-07-03qed: Rename some ll2 related definesKalderon, Michal3-17/+16
2017-07-03qed: Implement iWARP initialization, teardown and qp operationsKalderon, Michal11-40/+803
2017-07-03qed: Introduce iWARP personalityKalderon, Michal7-27/+43
2017-07-02bpf: fix to bpf_setsockopsLawrence Brakmo1-2/+1
2017-07-01bpf: update tools/include/uapi/linux/bpf.hLawrence Brakmo1-1/+65
2017-07-01bpf: Sample bpf program to set sndcwnd clampLawrence Brakmo2-0/+103
2017-07-01bpf: Adds support for setting sndcwnd clampLawrence Brakmo2-0/+8
2017-07-01bpf: Sample BPF program to set initial cwndLawrence Brakmo2-0/+89
2017-07-01bpf: Adds support for setting initial cwndLawrence Brakmo2-1/+19
2017-07-01bpf: Sample BPF program to set congestion controlLawrence Brakmo2-0/+84
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo7-17/+58
2017-07-01bpf: Sample BPF program to set buffer sizesLawrence Brakmo2-0/+87
2017-07-01bpf: Add TCP connection BPF callbacksLawrence Brakmo4-1/+15
2017-07-01bpf: Add setsockopt helper function to bpfLawrence Brakmo3-2/+94
2017-07-01bpf: Sample bpf program to set initial windowLawrence Brakmo2-0/+70
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo4-2/+28
2017-07-01bpf: Sample bpf program to set SYN/SYN-ACK RTOsLawrence Brakmo2-0/+70