summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | wireless: wext: avoid gcc -O3 warningArnd Bergmann2020-01-151-1/+2
| | * | | | mac80211: Fix TKIP replay protection immediately after key setupJouni Malinen2020-01-151-3/+15
| | * | | | cfg80211: Fix radar event during another phy CACOrr Mazor2020-01-154-1/+60
| | * | | | wireless: fix enabling channel 12 for custom regulatory domainGanapathi Bhat2020-01-151-3/+10
| | * | | | mac80211: mesh: restrict airtime metric to peered established plinksMarkus Theil2020-01-021-0/+3
| * | | | | hv_sock: Remove the accept port restrictionSunil Muthuswamy2020-01-141-59/+6
| | |_|_|/ | |/| | |
| * | | | devlink: correct misspelling of snapshotJacob Keller2020-01-111-3/+3
| * | | | devlink: Wait longer before warning about unset port typeIdo Schimmel2020-01-111-1/+1
| * | | | ipv4: Detect rollover in specific fib table dumpDavid Ahern2020-01-101-0/+6
| * | | | net/tls: fix async operationJakub Kicinski2020-01-101-2/+2
| * | | | net/tls: avoid spurious decryption error with HW resyncJakub Kicinski2020-01-101-3/+3
| * | | | net/x25: fix nonblocking connectMartin Schiller2020-01-101-1/+5
* | | | | xprtrdma: Fix oops in Receive handler after device removalChuck Lever2020-01-142-6/+21
* | | | | xprtrdma: Fix completion wait during device removalChuck Lever2020-01-141-1/+1
* | | | | xprtrdma: Fix create_qp crash on device unloadChuck Lever2020-01-141-0/+2
|/ / / /
* | | | tipc: fix wrong connect() return codeTuong Lien2020-01-091-2/+2
* | | | tipc: fix link overflow issue at socket shutdownTuong Lien2020-01-091-21/+32
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-099-39/+69
|\ \ \ \
| * | | | netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal2020-01-081-1/+2
| * | | | netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal2020-01-082-0/+6
| * | | | netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso2020-01-063-10/+5
| * | | | netfilter: nf_tables: unbind callbacks from flowtable destroy pathPablo Neira Ayuso2020-01-051-2/+6
| * | | | netfilter: nf_flow_table_offload: fix the nat port mangle.wenxu2020-01-051-8/+16
| * | | | netfilter: nf_flow_table_offload: check the status of dst_neighwenxu2020-01-051-2/+14
| * | | | netfilter: nf_flow_table_offload: fix incorrect ethernet dst addresswenxu2020-01-051-2/+4
| * | | | netfilter: nft_flow_offload: fix underflow in flowtable reference counterwenxu2020-01-051-3/+0
| * | | | netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal2019-12-301-11/+16
* | | | | net: sch_prio: When ungrafting, replace with FIFOPetr Machata2020-01-081-2/+8
* | | | | pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet2020-01-081-2/+4
* | | | | tipc: remove meaningless assignment in MakefileMasahiro Yamada2020-01-081-2/+0
* | | | | tipc: do not add socket.o to tipc-y twiceMasahiro Yamada2020-01-081-1/+1
| |_|_|/ |/| | |
* | | | vlan: vlan_changelink() should propagate errorsEric Dumazet2020-01-071-3/+7
* | | | vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet2020-01-073-5/+8
* | | | sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long2020-01-061-10/+18
* | | | tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorYing Xue2020-01-061-2/+2
* | | | net: qrtr: fix len of skb_put_padto in qrtr_node_enqueueCarl Huang2020-01-051-1/+1
* | | | sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang2020-01-031-1/+1
* | | | tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang2020-01-031-1/+4
| |/ / |/| |
* | | hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo2019-12-311-1/+2
* | | net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti2019-12-313-51/+17
* | | tcp: Fix highest_sack and highest_sack_seqCambda Zhu2019-12-311-0/+3
|/ /
* | net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani2019-12-281-10/+12
* | net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet2019-12-271-9/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-12-263-20/+19
|\ \
| * | netfilter: nft_tproxy: Fix port selector on Big EndianPhil Sutter2019-12-201-2/+2
| * | netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal2019-12-201-17/+16
| * | netfilter: nf_flow_table: fix big-endian integer overflowArnd Bergmann2019-12-201-1/+1
* | | hsr: reset network header when supervision frame is createdTaehee Yoo2019-12-261-0/+2
* | | hsr: fix a race condition in node list insertion and deletionTaehee Yoo2019-12-265-37/+56
* | | hsr: rename debugfs file when interface name is changedTaehee Yoo2019-12-263-0/+20