summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | mac80211: use timeout from the AddBA response instead of the requestSara Sharon2018-05-072-1/+6
| | * | | | | | | | | mac80211: Adjust SAE authentication timeoutIlan Peer2018-05-071-7/+18
| | * | | | | | | | | mac80211: fix kernel-doc "bad line" warningRandy Dunlap2018-05-071-1/+1
| | * | | | | | | | | rfkill: gpio: fix memory leak in probe error pathJohan Hovold2018-05-071-1/+6
| | * | | | | | | | | mac80211_hwsim: fix a possible memory leak in hwsim_new_radio_nl()YueHaibing2018-05-071-0/+1
| | * | | | | | | | | nl80211: Free connkeys on external authentication failureSrinivas Dasari2018-04-201-0/+1
| | * | | | | | | | | cfg80211: fix possible memory leak in regdb_query_country()weiyongjun (A)2018-04-191-0/+1
| | * | | | | | | | | cfg80211: limit wiphy names to 128 bytesJohannes Berg2018-04-192-0/+5
| | * | | | | | | | | mac80211: Fix condition validating WMM IEIlan Peer2018-04-191-1/+1
| * | | | | | | | | | tipc: fix one byte leak in tipc_sk_set_orig_addr()Eric Dumazet2018-05-101-1/+2
| * | | | | | | | | | tc-testing: fix tdc tests for 'bpf' actionDavide Caratti2018-05-101-3/+8
| * | | | | | | | | | net/mlx4_en: Verify coalescing parameters are in rangeMoshe Shemesh2018-05-102-2/+21
| * | | | | | | | | | cxgb4: copy mbox log size to PF0-3 adap instancesGanesh Goudar2018-05-101-2/+1
| * | | | | | | | | | cxgb4: zero the HMA memoryGanesh Goudar2018-05-101-2/+2
| * | | | | | | | | | udp: fix SO_BINDTODEVICEPaolo Abeni2018-05-102-4/+4
| * | | | | | | | | | ipv4: reset fnhe_mtu_locked after cache route flushedHangbin Liu2018-05-101-0/+1
| * | | | | | | | | | hv_netvsc: Fix net device attach on older Windows hostsMohammed Gamal2018-05-101-1/+1
| * | | | | | | | | | nfp: flower: remove headroom from max MTU calculationPieter Jansen van Vuuren2018-05-101-19/+0
| * | | | | | | | | | net/9p: fix spelling mistake: "suspsend" -> "suspend"Colin Ian King2018-05-101-1/+1
| * | | | | | | | | | sctp: fix spelling mistake: "max_retans" -> "max_retrans"Colin Ian King2018-05-101-1/+1
| * | | | | | | | | | firestream: fix spelling mistake: "reseverd" -> "reserved"Colin Ian King2018-05-101-1/+1
| * | | | | | | | | | Merge branch 'qed-rdma-fixes'David S. Miller2018-05-102-5/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | qede: Fix gfp flags sent to rdma event node allocationMichal Kalderon2018-05-101-1/+1
| | * | | | | | | | | | qed: Fix l2 initializations over iWARP personalityMichal Kalderon2018-05-101-4/+2
| |/ / / / / / / / / /
| * | / / / / / / / / tipc: eliminate KMSAN uninit-value in strcmp complaintYing Xue2018-05-101-2/+13
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | net/9p: correct some comment errors in 9p file system codeSun Lianwen2018-05-104-9/+6
| * | | | | | | | | r8169: fix powering up RTL8168hHeiner Kallweit2018-05-081-0/+3
| * | | | | | | | | Merge tag 'linux-can-fixes-for-4.17-20180508' of ssh://gitolite.kernel.org/pu...David S. Miller2018-05-086-19/+23
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | DT: net: can: rcar_canfd: document R8A77980 bindingsSergei Shtylyov2018-05-081-0/+1
| | * | | | | | | | | DT: net: can: rcar_canfd: document R8A77970 bindingsSergei Shtylyov2018-05-081-0/+1
| | * | | | | | | | | dt-bindings: can: rcar_can: Fix R8A7796 SoC nameGeert Uytterhoeven2018-05-081-1/+1
| | * | | | | | | | | can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()Jimmy Assarsson2018-05-081-1/+1
| | * | | | | | | | | arm: dts: imx[35]*: declare flexcan devices to be compatible to imx25's flexcanUwe Kleine-König2018-05-082-4/+4
| | * | | | | | | | | can: flexcan: fix endianess detectionUwe Kleine-König2018-05-081-12/+14
| | * | | | | | | | | can: dev: increase bus-off message severityJakob Unterwurzacher2018-05-081-1/+1
| * | | | | | | | | | Merge branch 'ieee802154-for-davem-2018-05-08' of git://git.kernel.org/pub/sc...David S. Miller2018-05-084-15/+20
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | net: ieee802154: 6lowpan: fix frag reassemblyAlexander Aring2018-04-232-9/+9
| | * | | | | | | | | net: ieee802154: mcr20a: do not leak resources on error pathStefan Schmidt2018-04-231-2/+4
| | * | | | | | | | | net: ieee802154: atusb: Replace GFP_ATOMIC with GFP_KERNEL in atusb_probeJia-Ju Bai2018-04-231-1/+1
| | * | | | | | | | | ieee802154: mcr20a: Fix memory leak in mcr20a_probeGustavo A. R. Silva2018-04-231-3/+6
| * | | | | | | | | | llc: better deal with too small mtuEric Dumazet2018-05-081-0/+3
| * | | | | | | | | | Merge branch 'Aquantia-various-patches-2018-05'David S. Miller2018-05-083-10/+14
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | net: aquantia: Limit number of vectors to actually allocated irqsIgor Russkikh2018-05-083-10/+12
| | * | | | | | | | | | net: aquantia: driver should correctly declare vlan_features bitsIgor Russkikh2018-05-081-0/+2
| |/ / / / / / / / / /
| * | | | | | | | | | trivial: fix inconsistent help textsGeorg Hofmann2018-05-081-5/+4
| * | | | | | | | | | MAINTAINERS: Update the 3c59x network driver entrySteffen Klassert2018-05-081-2/+2
| * | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-05-075-12/+47
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 tooStefano Brivio2018-04-271-2/+2
| | * | | | | | | | | | xfrm: Fix warning in xfrm6_tunnel_net_exit.Steffen Klassert2018-04-163-0/+10
| | * | | | | | | | | | af_key: Always verify length of provided sadb_keyKevin Easton2018-04-091-10/+35