aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso1-0/+3
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso1-1/+1
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso1-8/+8
2018-03-30bpf: sockmap redirect ingress supportJohn Fastabend1-0/+1
2018-03-29Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller3-4/+103
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai1-0/+1
2018-03-29nl80211: Add control_port_over_nl80211 to mesh_setupDenis Kenzior1-0/+3
2018-03-29nl80211: Add control_port_over_nl80211 for ibssDenis Kenzior1-0/+3
2018-03-29nl80211: Add CONTROL_PORT_OVER_NL80211 attributeDenis Kenzior1-0/+3
2018-03-29nl80211: Implement TX of control port framesDenis Kenzior1-0/+9
2018-03-29nl80211: Add CMD_CONTROL_PORT_FRAME APIDenis Kenzior1-0/+22
2018-03-29cfg80211: Add API to allow querying regdb for wmm_ruleHaim Dreyfuss1-0/+28
2018-03-29cfg80211: read wmm rules from regulatory databaseHaim Dreyfuss1-0/+28
2018-03-29cfg80211: fix data type of sta_opmode_info parametertamizhr@codeaurora.org1-4/+4
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells1-2/+9
2018-03-27net: Add more commentsKirill Tkhai1-0/+4
2018-03-27net: Rename net_sem to pernet_ops_rwsemKirill Tkhai1-5/+7
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-6/+0
2018-03-27llc: properly handle dev_queue_xmit() return valueCong Wang1-1/+1
2018-03-27sctp: remove unnecessary asoc in sctp_has_associationXin Long1-4/+4
2018-03-27net: Spelling s/stucture/structure/Geert Uytterhoeven1-1/+1
2018-03-26ip6mr: Support fib notificationsYuval Mintz1-0/+2
2018-03-26net: sched, fix OOO packets with pfifo_fastJohn Fastabend1-0/+1
2018-03-25Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-0/+56
2018-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+4
2018-03-23net/sched: remove tcf_idr_cleanup()Davide Caratti1-1/+0
2018-03-23tls: RX path for ktlsDave Watson1-2/+25
2018-03-23tls: Refactor variable namesDave Watson1-1/+1
2018-03-23tls: Pass error code explicitly to tls_err_abortDave Watson1-3/+3
2018-03-23tls: Move cipher info to a separate structDave Watson1-11/+15
2018-03-23devlink: Remove top_hierarchy arg for DEVLINK disabled pathDavid Ahern1-1/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-3/+42
2018-03-23mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu1-0/+3
2018-03-22net: Replace ip_ra_lock with per-net mutexKirill Tkhai1-0/+1
2018-03-22net: Make ip_ra_chain per struct netKirill Tkhai2-2/+12
2018-03-22devlink: Remove top_hierarchy arg to devlink_resource_registerDavid Ahern1-1/+0
2018-03-22net: add uevent socket memberChristian Brauner1-1/+3
2018-03-22netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso1-0/+4
2018-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+4
2018-03-21mac80211: add ieee80211_hw flag for QoS NDP supportBen Caradoc-Davies1-0/+4
2018-03-20netfilter: Refactor nf_conncountYi-Hung Wei1-1/+0
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend1-1/+1
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend1-0/+4
2018-03-17sctp: use proc_remove_subtree()Al Viro1-10/+1
2018-03-16udp: Move the udp sysctl to namespace.Tonghao Zhang1-0/+3
2018-03-16net/ipv6: Change address check to always take a device argumentDavid Ahern1-2/+2
2018-03-14sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENTXin Long1-0/+1
2018-03-14sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEYXin Long1-6/+6
2018-03-14sctp: add support for SCTP AUTH Information for sendmsgXin Long1-0/+1
2018-03-14sctp: add refcnt support for sh_keyXin Long3-6/+15