summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal1-0/+1
2016-12-02qed: Add support for hardware offloaded iSCSI.Yuval Mintz2-0/+231
2016-12-02bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann1-9/+9
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf1-1/+1
2016-12-02net/mlx5e: Implement Fragmented Work Queue (WQ)Tariq Toukan1-0/+11
2016-12-01net: phy: add mdix_ctrl to hold the user configuration.Raju Lakkaraju1-0/+1
2016-11-30qed*: Handle-based L2-queues.Mintz, Yuval1-27/+29
2016-11-30qed: Optimize qed_chain datapath usageMintz, Yuval1-64/+80
2016-11-30cgroup, bpf: remove unnecessary #includeAlexei Starovoitov1-1/+0
2016-11-30bpf, xdp: allow to pass flags to dev_change_xdp_fdDaniel Borkmann1-1/+1
2016-11-30net: phy: broadcom: Add support code for reading PHY countersFlorian Fainelli1-0/+3
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan1-0/+2
2016-11-30tcp: instrument tcp sender limits chronographsFrancis Yan1-2/+5
2016-11-30net: phy: add an option to disable EEE advertisementjbrunet1-0/+3
2016-11-28net/mlx5: Add DCBX firmware commands supportHuy Nguyen2-0/+9
2016-11-28net/mlx5e: Support DCBX CEE APIHuy Nguyen1-0/+4
2016-11-28bpf: reuse dev_is_mac_header_xmit for redirectDaniel Borkmann1-0/+16
2016-11-28bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann1-3/+3
2016-11-27netdevice: fix sparse warning for HARD_TX_LOCKMichael S. Tsirkin1-1/+16
2016-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2016-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2016-11-26cgroup: add support for eBPF programsDaniel Mack2-0/+83
2016-11-25net/mlx5: Enable to query min inline for a specific vportRoi Dayan1-2/+8
2016-11-25net: Add net-device param to the get offloaded stats ndoOr Gerlitz1-2/+2
2016-11-24net: phy: broadcom: Add support code for downshift/WirespeedFlorian Fainelli1-0/+10
2016-11-24netdevice.h: fix kernel-doc warningRandy Dunlap1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+5
2016-11-22sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov1-0/+2
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+3
2016-11-21bpf: add __must_check attributes to refcount manipulating helpersDaniel Borkmann1-5/+7
2016-11-20net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan1-3/+3
2016-11-19virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme1-1/+1
2016-11-19virtio_net.h: Fix comment.Jarno Rajahalme1-1/+1
2016-11-19Merge tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2016-11-18bus: mvebu-bus: Provide inline stub for mvebu_mbus_get_dram_win_infoFlorian Fainelli1-0/+8
2016-11-18ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju1-0/+7
2016-11-18net/mlx5: Add MPCNT register infrastructureGal Pressman3-0/+99
2016-11-18net/mlx5: Set driver version infrastructureSaeed Mahameed1-1/+21
2016-11-18net/mlx5: Add handling for port module eventHuy Nguyen1-0/+27
2016-11-18net/mlx5: Port module event hardware structuresHuy Nguyen3-1/+16
2016-11-18net/mlx5: Make the command interface cache more flexibleMohamad Haj Yahia1-7/+7
2016-11-17mremap: fix race between mremap() and page cleanningAaron Lu1-1/+1
2016-11-17netpoll: more efficient lockingEric Dumazet2-7/+7
2016-11-16net: busy-poll: return busypolling status to driversEric Dumazet1-3/+4
2016-11-16net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet1-0/+10
2016-11-16bpf: fix range arithmetic for bpf map accessJosef Bacik1-2/+3
2016-11-16devres: add devm_alloc_percpu()Madalin Bucur1-0/+19
2016-11-16net: phy: Add phy_ethtool_nway_resetFlorian Fainelli1-0/+1
2016-11-15vxlan: avoid vlan processing in vxlan device.pravin shelar1-16/+0
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-17/+38