summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-07mac80211: Adjust SAE authentication timeoutIlan Peer1-7/+18
2018-05-07mac80211: fix kernel-doc "bad line" warningRandy Dunlap1-1/+1
2018-05-07rfkill: gpio: fix memory leak in probe error pathJohan Hovold1-1/+6
2018-05-07mac80211_hwsim: fix a possible memory leak in hwsim_new_radio_nl()YueHaibing1-0/+1
2018-04-20nl80211: Free connkeys on external authentication failureSrinivas Dasari1-0/+1
2018-04-19cfg80211: fix possible memory leak in regdb_query_country()weiyongjun (A)1-0/+1
2018-04-19cfg80211: limit wiphy names to 128 bytesJohannes Berg2-0/+5
2018-04-19mac80211: Fix condition validating WMM IEIlan Peer1-1/+1
2018-04-18net: qualcomm: rmnet: Fix warning seen with fill_infoSubash Abhinov Kasiviswanathan1-5/+6
2018-04-18tun: fix vlan packet truncationBjørn Mork1-6/+1
2018-04-18tipc: fix infinite loop when dumping link monitor summaryTung Nguyen2-8/+5
2018-04-18tipc: fix use-after-free in tipc_nametbl_stopJon Maloy1-12/+17
2018-04-17KEYS: DNS: limit the length of option stringsEric Biggers1-7/+5
2018-04-17sfc: check RSS is active for filter insertBert Kenward1-2/+2
2018-04-17vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita2-3/+6
2018-04-17net: qrtr: add MODULE_ALIAS_NETPROTO macroNicolas Dechesne1-0/+1
2018-04-17VSOCK: make af_vsock.ko removable againStefan Hajnoczi1-0/+6
2018-04-16textsearch: fix kernel-doc warnings and add kernel-api sectionRandy Dunlap3-19/+38
2018-04-16Merge branch 'tipc-Better-check-user-provided-attributes'David S. Miller2-1/+6
2018-04-16tipc: fix possible crash in __tipc_nl_net_set()Eric Dumazet2-0/+4
2018-04-16tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet1-1/+2
2018-04-16net: Fix one possible memleak in ip_setup_corkGao Feng1-3/+5
2018-04-16net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet1-9/+14
2018-04-16ibmvnic: Clear pending interrupt after device resetThomas Falcon1-4/+11
2018-04-16tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh1-1/+1
2018-04-16team: avoid adding twice the same option to the event listPaolo Abeni1-0/+19
2018-04-16net: mvpp2: Fix TCAM filter reserved rangeMaxime Chevallier1-1/+1
2018-04-16Revert "macsec: missing dev_put() on error in macsec_newlink()"Dan Carpenter1-3/+2
2018-04-15filter.txt: update 'tools/net/' to 'tools/bpf/'Wang Sheng-Hui1-3/+3
2018-04-14Merge branch 'sfc-ARFS-fixes'David S. Miller4-32/+58
2018-04-14sfc: limit ARFS workitems in flight per channelEdward Cree2-28/+55
2018-04-14sfc: pass the correctly bogus filter_id to rps_may_expire_flow()Edward Cree2-3/+2
2018-04-14sfc: insert ARFS filters with replace_equal=trueEdward Cree1-1/+1
2018-04-13Merge branch 'l2tp-remove-unsafe-calls-to-l2tp_tunnel_find_nth'David S. Miller5-33/+60
2018-04-13l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs fileGuillaume Nault3-23/+13
2018-04-13l2tp: hold reference on tunnels printed in pppol2tp proc fileGuillaume Nault1-7/+17
2018-04-13l2tp: hold reference on tunnels in netlink dumpsGuillaume Nault3-3/+30
2018-04-13virtio-net: add missing virtqueue kick when flushing packetsJason Wang1-2/+9
2018-04-12net: dsa: mv88e6xxx: Fix receive time stamp race condition.Richard Cochran1-2/+10
2018-04-12net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller1-10/+18
2018-04-12sctp: do not check port in sctp_inet6_cmp_addrXin Long1-30/+30
2018-04-12Merge branch 'nfp-improve-signal-handing-on-FW-waits-and-flower-control-messa...David S. Miller6-14/+54
2018-04-12nfp: flower: split and limit cmsg skb listsPieter Jansen van Vuuren4-8/+46
2018-04-12nfp: flower: move route ack control messages out of the workqueuePieter Jansen van Vuuren1-3/+3
2018-04-12nfp: print a message when mutex wait is interruptedJakub Kicinski1-1/+4
2018-04-12nfp: ignore signals when communicating with management FWJakub Kicinski1-2/+1
2018-04-12tipc: fix missing initializer in tipc_sendmsg()Jon Maloy1-1/+3
2018-04-12strparser: Fix incorrect strp->need_bytes value.Doron Roberts-Kedes1-4/+3
2018-04-12selftests: net: add in_netns.sh to TEST_PROGSAnders Roxell1-1/+1
2018-04-12Merge branch 'ibmvnic-Fix-parameter-change-request-handling'David S. Miller2-22/+37