summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/smc: longer delay when freeing client link groupsUrsula Braun2018-05-231-1/+1
* net/smc: urgent data supportStefan Raspl2018-05-238-36/+238
* net/smc: lock smc_lgr_list in port_terminate()Hans Wippel2018-05-231-3/+13
* net/smc: return 0 for ioctl calls in states INIT and CLOSEDUrsula Braun2018-05-231-3/+15
* Merge tag 'mac80211-next-for-davem-2018-05-23' of git://git.kernel.org/pub/sc...David S. Miller2018-05-2322-156/+734
|\
| * nl80211: Reject disconnect commands except from conn_ownerAndrew Zaborowski2018-05-231-0/+16
| * rfkill: Create rfkill-none LED triggerJoão Paulo Rechi Vita2018-05-231-7/+20
| * rfkill: Rename rfkill_any_led_trigger* functionsJoão Paulo Rechi Vita2018-05-231-23/+24
| * nl80211: Update ERP info using NL80211_CMD_UPDATE_CONNECT_PARAMSVidyullatha Kanchanapally2018-05-232-0/+56
| * nl80211: add FILS related parameters to ROAM eventArend Van Spriel2018-05-232-9/+55
| * cfg80211: use separate struct for FILS parametersArend Van Spriel2018-05-232-30/+32
| * nl80211: Optimize cfg80211_bss_expire invocationsDenis Kenzior2018-05-231-1/+9
| * mac80211: Support adding duration for prepare_tx() callbackIlan Peer2018-05-233-12/+38
| * Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2018-05-23321-5614/+12940
| |\
| * | nl80211: Fix compilationDenis Kenzior2018-05-221-1/+1
| * | cfg80211: release station info tidstats where neededJohannes Berg2018-05-181-3/+8
| * | mac80211: allocate and fill tidstats only when neededJohannes Berg2018-05-184-8/+10
| * | mac80211: fix TX aggregation stop raceAlexander Wetzel2018-05-181-23/+21
| * | cfg80211: fix spelling mistake: "uknown" -> "unknown"Colin Ian King2018-05-181-1/+1
| * | cfg80211/mac80211: revert to stack allocation for sinfoJohannes Berg2018-05-183-93/+48
| * | cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel2018-05-183-5/+18
| * | mac80211: ethtool: avoid 32 bit multiplication overflowColin Ian King2018-05-081-2/+2
| * | mac80211: Support the new cfg80211 TXQ stats APIToke Høiland-Jørgensen2018-05-085-0/+137
| * | cfg80211: Expose TXQ stats and parameters to userspaceToke Høiland-Jørgensen2018-05-085-48/+235
| * | mac80211: average ack rssi support for data framesBalaji Pothunoori2018-05-073-0/+14
| * | cfg80211: average ack rssi support for data framesBalaji Pothunoori2018-05-071-0/+3
| * | cfg80211: Call reg_notifier for self managed hints conditionallyAmar Singhal2018-05-071-4/+29
| * | nl80211: Add wmm rule attribute to NL80211_CMD_GET_WIPHY dump commandHaim Dreyfuss2018-05-071-4/+53
| * | mac80211: add api to set CSA counter in mac80211Gregory Greenman2018-05-071-0/+25
| * | mac80211: remove pointless flags=0 assignmentJohannes Berg2018-05-071-1/+1
| * | mac80211: ethtool: memset the whole sinfo struct to 0Johannes Berg2018-05-071-2/+3
| * | mac80211: clean up rate info bandwidth settingJohannes Berg2018-05-071-4/+2
| * | mac80211: rename rtap_vendor_space to rtap_spaceJohannes Berg2018-05-071-21/+19
| * | regulatory: Rename confusing 'country IE' in log outputToke Høiland-Jørgensen2018-04-191-2/+2
* | | ipv6: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu2018-05-231-0/+17
* | | ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu2018-05-234-40/+134
* | | udp: exclude gso from xfrm pathsWillem de Bruijn2018-05-232-2/+4
* | | devlink: don't take instance lock around eswitch mode setJakub Kicinski2018-05-231-1/+2
* | | net: add skeleton of bpfilter kernel moduleAlexei Starovoitov2018-05-2311-0/+303
| |/ |/|
* | tcp: do not aggressively quick ack after ECN eventsEric Dumazet2018-05-221-2/+2
* | tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2018-05-221-11/+13
* | net: sched: don't disable bh when accessing action idrVlad Buslov2018-05-221-10/+10
* | net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern2018-05-222-87/+73
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-2132-203/+615
|\ \
| * | net: ip6_gre: fix tunnel metadata device sharing.William Tu2018-05-191-22/+79
| * | net: sched: red: avoid hashing NULL childPaolo Abeni2018-05-182-4/+6
| * | sock_diag: fix use-after-free read in __sk_freeEric Dumazet2018-05-181-1/+1
| * | net: dsa: Do not register devlink for unused portsFlorian Fainelli2018-05-181-3/+6
| * | net: Fix a bug in removing queues from XPS mapAmritha Nambiar2018-05-181-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-171-2/+9
| |\ \