aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-05phy/ethtool: Add missing SPEED_<foo> stringsJoe Perches1-0/+1
2017-04-03qed: Manage with less memory regions for RoCERam Amrani1-1/+0
2017-04-03net: usbnet: support 64bit statsGreg Ungerer1-0/+4
2017-04-03flowcache: more "unsigned int"Alexey Dobriyan1-3/+3
2017-04-03flowcache: make flow_key_size() return "unsigned int"Alexey Dobriyan1-1/+1
2017-04-03sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long2-0/+3
2017-04-02sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()Eric Dumazet1-1/+1
2017-04-01net: mpls: Increase max number of labels for lwt encapDavid Ahern1-3/+2
2017-04-01udp: use sk_protocol instead of pcflag to detect udplite socketsPaolo Abeni1-1/+1
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov2-0/+19
2017-04-01net: dsa: add cross-chip bridging operationsVivien Didelot1-0/+8
2017-03-30sock: avoid dirtying sk_stamp, if possiblePaolo Abeni1-1/+4
2017-03-29Merge tag 'mlx5e-pedit' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller3-3/+161
2017-03-28net: dsa: dsa2: Add basic support of devlinkAndrew Lunn1-0/+5
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2-10/+11
2017-03-28net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern1-2/+2
2017-03-28net: devinet: Refactor inet_netconf_notify_devconf to take eventDavid Ahern1-2/+2
2017-03-28rtnetlink: Add RTM_DELNETCONFDavid Ahern1-0/+2
2017-03-28ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich1-0/+2
2017-03-28soc: qcom: smd: Remove standalone driverBjorn Andersson2-140/+1
2017-03-28soc: qcom: smd: Transition client drivers from smd to rpmsgBjorn Andersson1-4/+7
2017-03-28devlink: Support for pipeline debug (dpipe)Arkadi Sharshevsky2-1/+325
2017-03-28net/sched: Add accessor functions to pedit keys for offloading driversOr Gerlitz1-0/+45
2017-03-28net/mlx5: Introduce modify header structures, commands and steering action definitionsOr Gerlitz2-3/+113
2017-03-28net/mlx5: Add helper to initialize a flow steering actions struct instanceOr Gerlitz1-1/+4
2017-03-27bonding: split bond_set_slave_link_state into two partsMahesh Bandewar1-5/+17
2017-03-25gtp: support SGSN-side tunnelsJonas Bonn1-0/+7
2017-03-25gtp: rename SGSN netlink attributeJonas Bonn1-1/+2
2017-03-24net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala1-0/+2
2017-03-24net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala1-5/+15
2017-03-24net: Track start of busy loop instead of when it should endAlexander Duyck1-30/+38
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck1-3/+2
2017-03-24net: Only define skb_mark_napi_id in one spot instead of twoAlexander Duyck1-13/+9
2017-03-24net: Busy polling should ignore sender CPUsAlexander Duyck1-2/+7
2017-03-24net/mlx5e: Single bfreg (UAR) for all mlx5e SQs and netdevsSaeed Mahameed1-0/+1
2017-03-24tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng1-3/+5
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org3-3/+7
2017-03-24net: phy: Allow splitting MDIO bus/device support from PHYsFlorian Fainelli1-2/+19
2017-03-24of_mdio: Correct check against CONFIG_OFFlorian Fainelli1-2/+2
2017-03-23Add a eBPF helper function to retrieve socket uidChenbo Feng1-1/+8
2017-03-23Add a helper function to get socket cookie in eBPFChenbo Feng2-1/+9
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-75/+74
2017-03-23Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-27/+0
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-6/+46
2017-03-22bpf: Add hash of maps supportMartin KaFai Lau2-0/+3
2017-03-22bpf: Add array of maps supportMartin KaFai Lau2-0/+3
2017-03-22net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz3-0/+3
2017-03-22net: phy: remove the indirect MMD read/write methodsRussell King1-42/+0
2017-03-22net: phy: make phy_(read|write)_mmd() generic MMD accessorsRussell King1-0/+24
2017-03-22net: phy: move phy MMD accessors to phy-core.cRussell King1-18/+2