summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-04-05Merge tag 'linux-can-next-for-4.13-20170404' of git://git.kernel.org/pub/scm/...David S. Miller4-47/+39
2017-04-05rtnl: Add support for netdev event to link messagesVlad Yasevich2-1/+23
2017-04-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng1-0/+3
2017-04-05netlink/diag: report flags for netlink socketsAndrey Vagin1-0/+10
2017-04-05phy/ethtool: Add missing SPEED_<foo> stringsJoe Perches1-0/+1
2017-04-04can: initial support for network namespacesMario Kicherer3-3/+39
2017-04-04can: ti_hecc: Convert TI HECC driver to DT only driverYegor Yefremov1-44/+0
2017-04-04qed: Manage with less memory regions for RoCERam Amrani1-1/+0
2017-04-04net: usbnet: support 64bit statsGreg Ungerer1-0/+4
2017-04-04flowcache: more "unsigned int"Alexey Dobriyan1-3/+3
2017-04-04flowcache: make flow_key_size() return "unsigned int"Alexey Dobriyan1-1/+1
2017-04-04sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long2-0/+3
2017-04-03sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()Eric Dumazet1-1/+1
2017-04-02net: mpls: Increase max number of labels for lwt encapDavid Ahern1-3/+2
2017-04-02udp: 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-31sock: 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/saee...David S. Miller3-3/+161
2017-03-29net: dsa: dsa2: Add basic support of devlinkAndrew Lunn1-0/+5
2017-03-29net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2-10/+11
2017-03-29net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern1-2/+2
2017-03-29net: devinet: Refactor inet_netconf_notify_devconf to take eventDavid Ahern1-2/+2
2017-03-29rtnetlink: Add RTM_DELNETCONFDavid Ahern1-0/+2
2017-03-29ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich1-0/+2
2017-03-29soc: qcom: smd: Remove standalone driverBjorn Andersson2-140/+1
2017-03-29soc: qcom: smd: Transition client drivers from smd to rpmsgBjorn Andersson1-4/+7
2017-03-29devlink: 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 de...Or Gerlitz2-3/+113
2017-03-28net/mlx5: Add helper to initialize a flow steering actions struct instanceOr Gerlitz1-1/+4
2017-03-28bonding: split bond_set_slave_link_state into two partsMahesh Bandewar1-5/+17
2017-03-26gtp: support SGSN-side tunnelsJonas Bonn1-0/+7
2017-03-26gtp: rename SGSN netlink attributeJonas Bonn1-1/+2
2017-03-25net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala1-0/+2
2017-03-25net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala1-5/+15
2017-03-25net: Track start of busy loop instead of when it should endAlexander Duyck1-30/+38
2017-03-25net: Change return type of sk_busy_loop from bool to voidAlexander Duyck1-3/+2
2017-03-25net: Only define skb_mark_napi_id in one spot instead of twoAlexander Duyck1-13/+9
2017-03-25net: Busy polling should ignore sender CPUsAlexander Duyck1-2/+7
2017-03-25net/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-24Add a eBPF helper function to retrieve socket uidChenbo Feng1-1/+8
2017-03-24Add a helper function to get socket cookie in eBPFChenbo Feng2-1/+9
2017-03-24Merge 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/gi...Linus Torvalds1-27/+0
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-6/+46