summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski1-9/+32
2017-06-23net: phy: Support "internal" PHY interfaceFlorian Fainelli1-0/+3
2017-06-23Merge tag 'mlx5-updates-2017-06-23' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller3-3/+106
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-4/+8
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2-2/+12
2017-06-23xdp: add reporting of offload modeJakub Kicinski2-3/+5
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski2-2/+6
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski1-0/+1
2017-06-22net/mlx5: Fix offset of hca cap reserved fieldOr Gerlitz1-1/+1
2017-06-22net/mlx5: Enhance MCAM reg to allow query on access reg supportOr Gerlitz2-0/+16
2017-06-22net/mlx5: Add MCC (Management Component Control) register definitionsOr Gerlitz2-0/+85
2017-06-22net/mlx5e: Add header re-write offloading of IPv6 hop-limitOr Gerlitz1-0/+1
2017-06-22net/mlx5e: Offload TC matching on ip ttlOr Gerlitz1-2/+3
2017-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-32/+36
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2017-06-21qed*: Rename qed_roce_if.h to qed_rdma_if.hKalderon, Michal1-2/+2
2017-06-21bpf: expose prog id for cls_bpf and act_bpfDaniel Borkmann2-0/+2
2017-06-21sock: avoid dirtying incoming_cpu if not neededPaolo Abeni1-1/+4
2017-06-21net: introduce SO_PEERGROUPS getsockoptDavid Herrmann1-0/+2
2017-06-21qede: Fix compilation without QED_RDMAChad Dupuis1-1/+1
2017-06-21ip6mr: add netlink notifications on mrt6msg cache reportsJulien Gomes1-0/+12
2017-06-21ipmr: add netlink notifications on igmpmsg cache reportsJulien Gomes1-0/+12
2017-06-21rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mrouteJulien Gomes1-0/+4
2017-06-21rtnetlink: add NEWCACHEREPORT message typeJulien Gomes1-0/+3
2017-06-20sctp: handle errors when updating asocXin Long1-2/+2
2017-06-20vxlan: check valid combinations of address scopesMatthias Schiffer1-0/+2
2017-06-20vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer1-1/+0
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-0/+22
2017-06-20qed*: Set rdma generic functions prefixMichal Kalderon1-18/+19
2017-06-20qed*: qede_roce.[ch] -> qede_rdma.[ch]Michal Kalderon1-0/+5
2017-06-20qed: Chain support for external PBLMintz, Yuval2-1/+9
2017-06-20Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+4
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande2-3/+9
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande1-2/+4
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-28/+25
2017-06-19Merge tag 'mac80211-for-davem-2017-06-16' of git://git.kernel.org/pub/scm/lin...David S. Miller1-2/+2
2017-06-18net: add debug atomic_inc_not_zero() in dst_hold()Wei Wang1-1/+1
2017-06-18net: reorder all the dst flagsWei Wang1-5/+5
2017-06-18net: remove DST_NOCACHE flagWei Wang2-2/+1
2017-06-18net: remove DST_NOGC flagWei Wang1-5/+1
2017-06-18net: remove dst gc related codeWei Wang1-21/+0
2017-06-18xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang1-1/+0
2017-06-18ipv6: get rid of icmp6 dst garbage collectorWei Wang1-1/+0
2017-06-18ipv4: call dst_hold_safe() properlyWei Wang1-1/+3
2017-06-18net: introduce a new function dst_dev_put()Wei Wang1-0/+1
2017-06-18net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang1-1/+4
2017-06-16Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller3-7/+16
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau2-2/+6
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-0/+5
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg2-5/+4