summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-06-06bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau
2017-06-06bpf: Add jited_len to struct bpf_progMartin KaFai Lau
2017-06-06bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau
2017-06-06bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau
2017-06-06bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau
2017-06-06bpf: Introduce bpf_map IDMartin KaFai Lau
2017-06-06bpf: Introduce bpf_prog IDMartin KaFai Lau
2017-06-06net: phy: Delete unused function phy_ethtool_gsetyuval.shaia@oracle.com
2017-06-06net: sched: introduce helper to identify gact trap actionJiri Pirko
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko
2017-06-06Merge tag 'rxrpc-rewrite-20170606' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com
2017-06-05genetlink: remove ops_list from genetlink header.Rosen, Rami
2017-06-05rxrpc: Add service upgrade support for client connectionsDavid Howells
2017-06-05rxrpc: Implement service upgradeDavid Howells
2017-06-04qed: VF XDP supportMintz, Yuval
2017-06-04qed: Multiple qzone queues for VFsMintz, Yuval
2017-06-04qed*: L2 interface to use the SB structures directlyMintz, Yuval
2017-06-04skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld
2017-06-04bpf: update perf event helper functions documentationTeng Qin
2017-06-04perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov
2017-06-04neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan
2017-06-04net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()Florian Fainelli
2017-06-04net/sched: cls_flower: add support for matching on ip tos and ttlOr Gerlitz
2017-06-04net/flow_dissector: add support for dissection of misc ip header fieldsOr Gerlitz
2017-06-02sctp: merge sctp_stream_new and sctp_stream_initXin Long
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long
2017-06-02Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2017-06-02qed: Add support for changing iSCSI macMintz, Yuval
2017-06-02qed: Support NVM-image reading APIMintz, Yuval
2017-06-02qed: Share additional information with qedfMintz, Yuval
2017-06-02team: add macro MODULE_ALIAS_TEAM_MODE for team mode aliasZhang Shengju
2017-06-01net: dsa: remove dsa_uses_tagged_protocolVivien Didelot
2017-06-01net: dsa: comment hot path requirementsVivien Didelot
2017-06-01virtchnl: Add compile time static asserts to validate structure sizesSridhar Samudrala
2017-06-01virtchnl: Add pad fields to a couple of structuresSridhar Samudrala
2017-06-01i40e/virtchnl: move function to virtchnlJesse Brandeburg
2017-06-01virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg
2017-06-01i40evf/virtchnl: whitespace cleanupsJesse Brandeburg
2017-06-01i40e/virtchnl: refactor code for validate checksJesse Brandeburg
2017-06-01virtchnl: convert to new macrosJesse Brandeburg
2017-06-01virtchnl: rename i40e to generic virtchnlJesse Brandeburg
2017-06-01i40e/i40evf: create and use new unified header fileJesse Brandeburg
2017-06-01net-next: stmmac: Add dwmac-sun8iLABBE Corentin
2017-06-01net-next: stmmac: add optional setup functionLABBE Corentin
2017-06-01qed: Encapsulate interrupt counters in structMintz, Yuval
2017-05-31dsa: add DSA switch driver for Microchip KSZ9477Woojung Huh
2017-05-31phy: micrel: add Microchip KSZ 9477 Switch PHY supportWoojung Huh
2017-05-31dsa: add support for Microchip KSZ tail taggingWoojung Huh
2017-05-31bpf: teach verifier to track stack depthAlexei Starovoitov