summary refs log tree commit diff
path: root/include/net
AgeCommit message (Expand)Author
2018-03-31inet: frags: break the 2GB limit for frags storageEric Dumazet
2018-03-31inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2018-03-31inet: frags: get rif of inet_frag_evicting()Eric Dumazet
2018-03-31inet: frags: remove some helpersEric Dumazet
2018-03-31inet: frags: use rhashtables for reassembly unitsEric Dumazet
2018-03-31inet: frags: add a pointer to struct netns_fragsEric Dumazet
2018-03-31inet: frags: change inet_frags_init_net() return valueEric Dumazet
2018-03-31ipv6: frag: remove unused fieldEric Dumazet
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-03-30xfrm: Register xfrm_dev_notifier in appropriate placeKirill Tkhai
2018-03-30netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso
2018-03-30netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso
2018-03-29Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...David S. Miller
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai
2018-03-29nl80211: Add control_port_over_nl80211 to mesh_setupDenis Kenzior
2018-03-29nl80211: Add control_port_over_nl80211 for ibssDenis Kenzior
2018-03-29nl80211: Add CONTROL_PORT_OVER_NL80211 attributeDenis Kenzior
2018-03-29nl80211: Implement TX of control port framesDenis Kenzior
2018-03-29nl80211: Add CMD_CONTROL_PORT_FRAME APIDenis Kenzior
2018-03-29cfg80211: Add API to allow querying regdb for wmm_ruleHaim Dreyfuss
2018-03-29cfg80211: read wmm rules from regulatory databaseHaim Dreyfuss
2018-03-29cfg80211: fix data type of sta_opmode_info parametertamizhr@codeaurora.org
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells
2018-03-27net: Add more commentsKirill Tkhai
2018-03-27net: Rename net_sem to pernet_ops_rwsemKirill Tkhai
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-27sctp: remove unnecessary asoc in sctp_has_associationXin Long
2018-03-26ip6mr: Support fib notificationsYuval Mintz
2018-03-25Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.or...David S. Miller
2018-03-23net/sched: remove tcf_idr_cleanup()Davide Caratti
2018-03-23tls: RX path for ktlsDave Watson
2018-03-23tls: Refactor variable namesDave Watson
2018-03-23tls: Pass error code explicitly to tls_err_abortDave Watson
2018-03-23tls: Move cipher info to a separate structDave Watson
2018-03-23devlink: Remove top_hierarchy arg for DEVLINK disabled pathDavid Ahern
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-23mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu
2018-03-22net: Replace ip_ra_lock with per-net mutexKirill Tkhai
2018-03-22net: Make ip_ra_chain per struct netKirill Tkhai
2018-03-22devlink: Remove top_hierarchy arg to devlink_resource_registerDavid Ahern
2018-03-22net: add uevent socket memberChristian Brauner
2018-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-21mac80211: add ieee80211_hw flag for QoS NDP supportBen Caradoc-Davies
2018-03-20netfilter: Refactor nf_conncountYi-Hung Wei
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend
2018-03-17sctp: use proc_remove_subtree()Al Viro