summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | net: dsa: remove the dst->ds arrayVivien Didelot2019-10-311-5/+0
| * | | | | | net: dsa: remove ds->rtableVivien Didelot2019-10-311-7/+0
| * | | | | | net: dsa: list DSA links in the fabricVivien Didelot2019-10-311-1/+28
| * | | | | | net: sched: update action implementations to support flagsVlad Buslov2019-10-301-1/+6
| * | | | | | net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov2019-10-301-1/+1
| * | | | | | net: sched: modify stats helper functions to support regular statsVlad Buslov2019-10-301-9/+21
| * | | | | | net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov2019-10-301-10/+2
| * | | | | | net: sched: extract qstats update code into functionsVlad Buslov2019-10-301-0/+16
| * | | | | | net: sched: extract bstats update code into functionVlad Buslov2019-10-301-0/+7
| * | | | | | net: sched: extract common action counters update code into functionVlad Buslov2019-10-301-0/+2
| * | | | | | flow_dissector: extract more ICMP informationMatteo Croce2019-10-301-8/+11
| * | | | | | flow_dissector: add meaningful commentsMatteo Croce2019-10-301-0/+1
| * | | | | | net/smc: remove unneeded include for smc.hUrsula Braun2019-10-291-1/+0
| * | | | | | net: dsa: return directly from dsa_to_portVivien Didelot2019-10-291-3/+3
| * | | | | | net: dsa: Add support for devlink device parametersAndrew Lunn2019-10-281-0/+23
| * | | | | | net: Fix various misspellings of "connect"Geert Uytterhoeven2019-10-281-1/+1
| | |/ / / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-10-264-17/+12
| |\ \ \ \ \
| | * | | | | netfilter: nf_tables: support for multiple devices per netdev hookPablo Neira Ayuso2019-10-231-2/+2
| | * | | | | netfilter: nf_tables: increase maximum devices number per flowtablePablo Neira Ayuso2019-10-231-1/+1
| | * | | | | netfilter: nf_tables: dynamically allocate hooks per net_device in flowtablesPablo Neira Ayuso2019-10-231-1/+7
| | * | | | | netfilter: nf_flow_table: move priority to struct nf_flowtablePablo Neira Ayuso2019-10-232-2/+1
| | * | | | | netfilter: conntrack: free extension area immediatelyFlorian Westphal2019-10-171-10/+0
| | * | | | | ipvs: batch __ip_vs_cleanupHaishuang Yan2019-10-081-1/+1
| * | | | | | net: dsa: remove dsa_switch_alloc helperVivien Didelot2019-10-221-1/+0
| * | | | | | net: dsa: allocate ports on touchVivien Didelot2019-10-221-2/+0
| * | | | | | net: dsa: use ports list to setup default CPU portVivien Didelot2019-10-221-5/+0
| * | | | | | net: dsa: use ports list to setup switchesVivien Didelot2019-10-221-0/+4
| * | | | | | net: dsa: use ports list in dsa_to_portVivien Didelot2019-10-221-1/+8
| * | | | | | net: dsa: add ports list in the switch fabricVivien Didelot2019-10-221-0/+5
| * | | | | | net: dsa: use dsa_to_port helper everywhereVivien Didelot2019-10-221-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-207-26/+61
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub...David S. Miller2019-10-131-2/+9
| |\ \ \ \ \ \ \
| | * | | | | | | mac80211: simplify TX aggregation startJohannes Berg2019-10-041-2/+9
| * | | | | | | | devlink: propagate extack down to health reporter opsJiri Pirko2019-10-111-3/+5
| * | | | | | | | net/smc: no new connections on disappearing devicesUrsula Braun2019-10-091-0/+1
| * | | | | | | | net/smc: separate locks for SMCD and SMCR link group listsUrsula Braun2019-10-091-0/+1
| * | | | | | | | net/smc: separate SMCD and SMCR link group listsUrsula Braun2019-10-091-0/+1
| * | | | | | | | sctp: add SCTP_SEND_FAILED_EVENT eventXin Long2019-10-091-0/+7
| * | | | | | | | sctp: add SCTP_ADDR_ADDED eventXin Long2019-10-091-7/+2
| * | | | | | | | net/tls: store decrypted on a single bitJakub Kicinski2019-10-071-1/+1
| * | | | | | | | net/tls: store async_capable on a single bitJakub Kicinski2019-10-071-2/+2
| * | | | | | | | net/tls: pass context to tls_device_decrypted()Jakub Kicinski2019-10-071-2/+5
| * | | | | | | | ipv6: Make ipv6_mc_may_pull() return bool.David S. Miller2019-10-071-3/+3
| * | | | | | | | net: genetlink: remove unused genl_family_attrbuf()Jiri Pirko2019-10-061-2/+0
| * | | | | | | | net: genetlink: parse attrs and store in contect info struct during dumpitJiri Pirko2019-10-061-0/+4
| * | | | | | | | net: genetlink: introduce dump info struct to be available during dumpit opJiri Pirko2019-10-061-0/+14
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | net: devlink: export devlink net setterJiri Pirko2019-10-051-0/+2
| * | | | | | | net/tls: add skeleton of MIB statisticsJakub Kicinski2019-10-053-0/+22
| * | | | | | | net/tls: add tracing for device/offload eventsJakub Kicinski2019-10-051-7/+1
| * | | | | | | net: spread "enum sock_flags"Alexey Dobriyan2019-10-041-1/+1
OpenPOWER on IntegriCloud