summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-21blk-mq: fix performance regression with shared tagsJens Axboe1-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-21wil6210: remove ioctl interfaceMaya Erez1-87/+0
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-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz1-2/+2
2017-06-20time: Fix clock->read(clock) race around clocksource changesJohn Stultz1-1/+0
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-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso1-4/+6
2017-06-19netfilter: conntrack: use NFPROTO_MAX to size arrayFlorian Westphal1-2/+2
2017-06-19netfilter: ebt: Use new helper ebt_invalid_target to check targetGao Feng1-2/+0
2017-06-19netns: add and use net_ns_barrierFlorian Westphal1-0/+3
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-17net: add debug atomic_inc_not_zero() in dst_hold()Wei Wang1-1/+1
2017-06-17net: reorder all the dst flagsWei Wang1-5/+5
2017-06-17net: remove DST_NOCACHE flagWei Wang2-2/+1
2017-06-17net: remove DST_NOGC flagWei Wang1-5/+1
2017-06-17net: remove dst gc related codeWei Wang1-21/+0
2017-06-17xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang1-1/+0
2017-06-17ipv6: get rid of icmp6 dst garbage collectorWei Wang1-1/+0
2017-06-17ipv4: call dst_hold_safe() properlyWei Wang1-1/+3
2017-06-17net: introduce a new function dst_dev_put()Wei Wang1-0/+1
2017-06-17net: 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
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg1-7/+7
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-4/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg2-1/+11
2017-06-16Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-1/+2
2017-06-16Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2017-06-16Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2017-06-16net/mlx5: Add fast unload support in shutdown flowMajd Dibbiny1-3/+11