aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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/kernel/git/saeed/linuxDavid 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-16net/mlx5: Add fast unload support in shutdown flowMajd Dibbiny1-3/+11
2017-06-16net/mlx5: Expose command polling interfaceMajd Dibbiny1-0/+3
2017-06-16net/mlx5e: Move and optimize query out of buffer functionGal Pressman1-2/+0
2017-06-16net/mlx5: Fix some spelling mistakesOr Gerlitz1-2/+2
2017-06-15net: sched: act_tunnel_key: make UDP checksum configurableJiri Benc1-0/+1
2017-06-15skbuff: make skb_put_zero() return voidJohannes Berg1-2/+2
2017-06-15tls: kernel TLS supportDave Watson3-0/+317
2017-06-15tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson1-0/+2
2017-06-15tcp: ULP infrastructureDave Watson3-0/+30
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-23/+83
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-7/+15
2017-06-15Merge tag 'acpi-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+14
2017-06-15Merge tag 'media/v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-1/+11
2017-06-15Merge branch 'acpica-fixes'Rafael J. Wysocki1-0/+14
2017-06-14net: update undefined ->ndo_change_mtu() commentMagnus Damm1-2/+1
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song2-1/+2