summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-02-20net: mpls: Add support for netconfDavid Ahern2-0/+3
2017-02-20ptr_ring: fix race conditions when resizingMichael S. Tsirkin1-5/+31
2017-02-20sctp: add support for MSG_MOREXin Long1-0/+1
2017-02-20net: phy: Check phydev->drvFlorian Fainelli1-0/+3
2017-02-20sctp: sctp_transport_dst_check should check if transport pmtu is dst mtuXin Long1-1/+3
2017-02-20sctp: add reconf chunk eventXin Long1-0/+3
2017-02-20sctp: add reconf chunk processXin Long1-0/+1
2017-02-20sctp: add a function to verify the sctp reconf chunkXin Long1-0/+3
2017-02-20sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long1-0/+4
2017-02-20sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...Xin Long1-0/+6
2017-02-20sctp: add support for generating stream ssn reset event notificationXin Long2-0/+20
2017-02-20sctp: add support for generating stream reconf resp chunkXin Long2-0/+31
2017-02-20uapi: fix linux/rds.h userspace compilation errorDmitry V. Levin1-1/+2
2017-02-20uapi: fix linux/rds.h userspace compilation errorsDmitry V. Levin1-52/+52
2017-02-20uapi: fix linux/mroute.h userspace compilation errorsDmitry V. Levin1-0/+1
2017-02-20uapi: fix linux/mroute6.h userspace compilation errorsDmitry V. Levin1-0/+1
2017-02-20uapi: fix linux/ipv6_route.h userspace compilation errorsDmitry V. Levin1-0/+1
2017-02-20qed: Add support for hardware offloaded FCoE.Arun Easi4-3/+908
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann2-1/+115
2017-02-17bpf: remove stubs for cBPF from arch codeDaniel Borkmann1-5/+1
2017-02-17rhashtable: Add nested tablesHerbert Xu1-22/+56
2017-02-17net/sched: Reflect HW offload statusOr Gerlitz2-2/+9
2017-02-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-7/+63
2017-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-15/+19
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-11/+16
2017-02-16rhashtable: Revert nested table changes.David S. Miller1-56/+22
2017-02-15qed: Add infrastructure for PTP supportSudarsana Reddy Kalluru1-0/+22
2017-02-15sched: have stub for tcf_destroy_chain in case NET_CLS is not configuredJiri Pirko1-0/+6
2017-02-15esp: Add a software GRO codepathSteffen Klassert1-0/+1
2017-02-15xfrm: Extend the sec_path for IPsec offloadingSteffen Klassert1-0/+41
2017-02-15xfrm: Export xfrm_parse_spi.Steffen Klassert1-0/+1
2017-02-15net: Prepare gro for packet consuming gro callbacksSteffen Klassert1-0/+9
2017-02-15net: Add a skb_gro_flush_final helper.Steffen Klassert1-0/+5
2017-02-15xfrm: Add a secpath_set helper.Steffen Klassert1-0/+1
2017-02-15uapi: fix linux/if_pppol2tp.h userspace compilation errorsDmitry V. Levin1-4/+3
2017-02-14Merge tag 'media/v4.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-4/+3
2017-02-14Merge tag 'rxrpc-rewrite-20170210' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller1-0/+24
2017-02-14net: make net_device members garp_port and mrp_port conditionalTobias Klauser1-0/+4
2017-02-14net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSYEric Dumazet1-4/+0
2017-02-14rhashtable: Add nested tablesHerbert Xu1-22/+56
2017-02-13[media] videodev2.h: go back to limited range Y'CbCr for SRGB and, ADOBERGBHans Verkuil1-4/+3
2017-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-8/+53
2017-02-13bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2-7/+13
2017-02-12netfilter: nf_tables: add NFTA_RULE_ID attributePablo Neira Ayuso2-0/+5
2017-02-12netfilter: nfnetlink: allow to check for generation IDPablo Neira Ayuso2-0/+13
2017-02-12net: rename dst_neigh_output back to neigh_outputJulian Anastasov2-12/+10
2017-02-12tap: tap as an independent moduleSainath Grandhi1-2/+2
2017-02-12tap: Extending tap device create/destroy APIsSainath Grandhi1-2/+2
2017-02-12tap: Abstract type of virtual interface from tap implementationSainath Grandhi1-4/+53
2017-02-12tap: Tap character device creation/destroy APISainath Grandhi1-0/+3