summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin2019-10-261-1/+3
| | * | | | | netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-254-25/+28
| | * | | | | net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun2019-10-251-1/+1
| | * | | | | net/smc: fix closing of fallback SMC socketsUrsula Braun2019-10-251-0/+7
| | * | | | | net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince2019-10-251-0/+2
| | * | | | | net: remove unnecessary variables and callbackTaehee Yoo2019-10-246-34/+8
| | * | | | | net: core: add ignore flag to netdev_adjacent structureTaehee Yoo2019-10-241-21/+209
| | * | | | | net: core: add generic lockdep keysTaehee Yoo2019-10-2413-242/+50
| | * | | | | net: core: limit nested device depthTaehee Yoo2019-10-241-45/+227
| | * | | | | keys: Fix memory leak in copy_net_nsTakeshi Misawa2019-10-241-0/+1
| | * | | | | net/flow_dissector: switch to siphashEric Dumazet2019-10-234-38/+35
| | | |/ / / | | |/| | |
| | * | | | ipv6: include <net/addrconf.h> for missing declarationsBen Dooks (Codethink)2019-10-221-0/+1
| | * | | | net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton2019-10-221-7/+4
| | * | | | net: sched: taprio: fix -Wmissing-prototypes warningsYi Wang2019-10-221-1/+1
| | * | | | ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet2019-10-212-6/+7
| * | | | | SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust2019-10-302-1/+6
| * | | | | SUNRPC: The RDMA back channel mustn't disappear while requests are outstandingTrond Myklebust2019-10-301-0/+2
| * | | | | SUNRPC: The TCP back channel mustn't disappear while requests are outstandingTrond Myklebust2019-10-301-2/+3
| |/ / / /
* | | | | net: bridge: fdb: restore unlikely() when taking over externally added entriesNikolay Aleksandrov2019-11-011-2/+4
* | | | | net: bridge: fdb: avoid two atomic bitops in br_fdb_external_learn_add()Nikolay Aleksandrov2019-11-011-4/+5
* | | | | net: bridge: fdb: br_fdb_update can take flags directlyNikolay Aleksandrov2019-11-013-12/+9
* | | | | net: dsa: tag_8021q: clarify index limitationVivien Didelot2019-10-311-3/+2
* | | | | net: dsa: remove limitation of switch index valueVivien Didelot2019-10-311-2/+0
* | | | | net: dsa: remove tree functions related to switchesVivien Didelot2019-10-311-33/+10
* | | | | net: dsa: remove the dst->ds arrayVivien Didelot2019-10-311-7/+0
* | | | | net: dsa: remove switch routing table setup codeVivien Didelot2019-10-311-22/+2
* | | | | net: dsa: remove ds->rtableVivien Didelot2019-10-311-4/+0
* | | | | net: dsa: list DSA links in the fabricVivien Didelot2019-10-311-1/+40
* | | | | net: sched: update action implementations to support flagsVlad Buslov2019-10-3020-26/+47
* | | | | net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov2019-10-3020-25/+38
* | | | | net: sched: modify stats helper functions to support regular statsVlad Buslov2019-10-301-5/+14
* | | | | net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov2019-10-301-2/+2
* | | | | net: sched: extract qstats update code into functionsVlad Buslov2019-10-305-5/+5
* | | | | net: sched: extract bstats update code into functionVlad Buslov2019-10-306-6/+6
* | | | | net: sched: extract common action counters update code into functionVlad Buslov2019-10-306-26/+19
* | | | | net: qrtr: Simplify 'qrtr_tun_release()'Christophe JAILLET2019-10-301-5/+1
* | | | | net: dsa: add ethtool pause configuration supportHeiner Kallweit2019-10-301-0/+18
* | | | | flow_dissector: extract more ICMP informationMatteo Croce2019-10-301-24/+50
* | | | | flow_dissector: skip the ICMP dissector for non ICMP packetsMatteo Croce2019-10-301-9/+25
* | | | | flow_dissector: add meaningful commentsMatteo Croce2019-10-301-0/+6
* | | | | tipc: add smart nagle featureJon Maloy2019-10-304-20/+169
* | | | | net: bridge: fdb: set flags directly in fdb_createNikolay Aleksandrov2019-10-291-11/+7
* | | | | net: bridge: fdb: convert offloaded to use bitopsNikolay Aleksandrov2019-10-293-8/+9
* | | | | net: bridge: fdb: convert added_by_external_learn to use bitopsNikolay Aleksandrov2019-10-292-12/+11
* | | | | net: bridge: fdb: convert added_by_user to bitopsNikolay Aleksandrov2019-10-293-17/+18
* | | | | net: bridge: fdb: convert is_sticky to bitopsNikolay Aleksandrov2019-10-292-8/+8
* | | | | net: bridge: fdb: convert is_static to bitopsNikolay Aleksandrov2019-10-292-23/+21
* | | | | net: bridge: fdb: convert is_local to bitopsNikolay Aleksandrov2019-10-293-16/+27
* | | | | tipc: improve throughput between nodes in netnsHoang Le2019-10-298-11/+197
* | | | | inet: do not call sublist_rcv on empty listFlorian Westphal2019-10-292-2/+4