summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-10-13tipc: add ability to order and receive topology events in driverJon Maloy
2017-10-12sched: act: ife: update parameters via rcu handlingAlexander Aring
2017-10-12sched: act: ife: migrate to use per-cpu countersAlexander Aring
2017-10-12sched: act: ife: move encode/decode check to initAlexander Aring
2017-10-12net sched actions: fix module auto-loadingRoman Mashak
2017-10-12net sched actions: change IFE modules alias namesRoman Mashak
2017-10-12ip_tunnel: fix building with NET_IP_TUNNEL=mArnd Bergmann
2017-10-12net/smc: dev_put for netdev after usage of ib_query_gid()Ursula Braun
2017-10-12net/smc: replace function pointer get_netdev()Ursula Braun
2017-10-12net: dsa: tag_brcm: Indicate to master netdevice port + queueFlorian Fainelli
2017-10-12net: dsa: Add support for DSA specific notifiersFlorian Fainelli
2017-10-11net: mpls: make function ipgre_mpls_encap_hlen staticColin Ian King
2017-10-11sctp: make array sctp_sched_ops staticColin Ian King
2017-10-11ipv6: addrconf: don't use rtnl mutex in RTM_GETADDRFlorian Westphal
2017-10-11ipv6: addrconf: don't use rtnl mutex in RTM_GETNETCONFFlorian Westphal
2017-10-11net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_devJiri Pirko
2017-10-11net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko
2017-10-11net: sched: introduce per-egress action device callbacksJiri Pirko
2017-10-11net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko
2017-10-11net: qrtr: Support decoding incoming v2 packetsBjorn Andersson
2017-10-11net: qrtr: Use sk_buff->cb in receive pathBjorn Andersson
2017-10-11net: qrtr: Clean up control packet handlingBjorn Andersson
2017-10-11net: qrtr: Pass source and destination to enqueue functionsBjorn Andersson
2017-10-11net: qrtr: Add control packet definition to uapiBjorn Andersson
2017-10-11net: qrtr: Move constants to header fileBjorn Andersson
2017-10-11net: qrtr: Invoke sk_error_report() after setting sk_errBjorn Andersson
2017-10-11Merge tag 'mac80211-next-for-davem-2017-10-11' of git://git.kernel.org/pub/sc...David S. Miller
2017-10-11cfg80211: implement regdb signature checkingJohannes Berg
2017-10-11cfg80211: reg: remove support for built-in regdbJohannes Berg
2017-10-11cfg80211: support reloading regulatory databaseJohannes Berg
2017-10-11cfg80211: support loading regulatory database as firmware fileJohannes Berg
2017-10-11mac80211: only remove AP VLAN frames from TXQJohannes Berg
2017-10-11mac80211: aead api to reduce redundancyXiang Gao
2017-10-10openvswitch: add ct_clear actionEric Garver
2017-10-10net: dst: move cpu inside ifdef to avoid compilation warningJakub Kicinski
2017-10-10rtnetlink: bridge: use ext_ack instead of printkFlorian Westphal
2017-10-10net/core: Fix BUG to BUG_ON conditionals.Tim Hansen
2017-10-10bpf: don't rely on the verifier lock for metadata_dst allocationJakub Kicinski
2017-10-10ipv6: fix incorrect bitwise operator used on rt6i_flagsColin Ian King
2017-10-10ipv6: fix dereference of rt6_ex before null check errorColin Ian King
2017-10-09openvswitch: Add erspan tunnel support.William Tu
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09ipv6: use rcu_dereference_bh() in ipv6_route_seq_next()Wei Wang
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-09Merge tag 'nfs-for-4.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-10-09ipv6: addrlabel: remove refcountingEric Dumazet
2017-10-09ipv6: addrlabel: rework ip6addrlbl_get()Eric Dumazet
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-10-09ipv6: avoid zeroing per cpu data againEric Dumazet
2017-10-09udp: fix bcast packet receptionPaolo Abeni