summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* tcp: select sane initial rcvq_space.space for big MSSEric Dumazet2020-12-091-1/+2
* net: tipc: prevent possible null deref of linkCengiz Can2020-12-091-2/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-12-082-3/+6
|\
| * net: xfrm: fix memory leak in xfrm_user_policy()Yu Kuai2020-11-101-1/+3
| * xfrm/compat: Don't allocate memory with __GFP_ZERODmitry Safonov2020-11-091-1/+1
| * xfrm/compat: memset(0) 64-bit padding at right placeDmitry Safonov2020-11-091-1/+1
| * xfrm/compat: Translate by copying XFRMA_UNSPEC attributeDmitry Safonov2020-11-091-0/+1
* | mptcp: print new line in mptcp_seq_show() if mptcp isn't in useJianguo Wu2020-12-081-0/+1
* | bridge: Fix a deadlock when enabling multicast snoopingJoseph Huang2020-12-083-9/+41
* | udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long2020-12-071-1/+1
* | mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet2020-12-051-3/+1
* | openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai2020-12-051-1/+1
* | net: bridge: vlan: fix error return code in __vlan_add()Zhang Changzhong2020-12-051-1/+3
* | ipv4: fix error return code in rtm_to_fib_config()Zhang Changzhong2020-12-051-1/+1
* | net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti2020-12-041-1/+1
* | mac80211: set SDATA_STATE_RUNNING for monitor interfacesBorwankar, Antara2020-12-041-0/+2
* | cfg80211: initialize rekey_dataSara Sharon2020-12-041-1/+1
* | mac80211: fix return value of ieee80211_chandef_he_6ghz_operWen Gong2020-12-041-1/+1
* | net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti2020-12-031-0/+3
* | net: openvswitch: ensure LSE is pullable before reading itDavide Caratti2020-12-031-0/+3
* | net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti2020-12-031-0/+3
* | net/x25: prevent a couple of overflowsDan Carpenter2020-12-031-2/+4
* | net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart2020-12-021-3/+13
* | tipc: fix incompatible mtu of transmissionHoang Le2020-12-021-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-11-287-38/+110
|\ \
| * | netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso2020-11-273-29/+61
| * | netfilter: nftables_offload: set address type in control dissectorPablo Neira Ayuso2020-11-272-0/+21
| * | ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai2020-11-271-6/+25
| * | netfilter: nf_tables: avoid false-postive lockdep splatFlorian Westphal2020-11-261-1/+2
| * | netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet2020-11-261-2/+1
* | | ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault2020-11-281-3/+4
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-285-20/+25
|\ \ \
| * | | net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel2020-11-242-13/+3
| * | | xsk: Fix incorrect netdev reference countMarek Majtyka2020-11-231-1/+3
| * | | xsk: Fix umem cleanup bug at socket destructMagnus Karlsson2020-11-204-6/+19
* | | | Merge tag 'batadv-net-pullrequest-20201127' of git://git.open-mesh.org/linux-...Jakub Kicinski2020-11-282-10/+19
|\ \ \ \
| * | | | batman-adv: Don't always reallocate the fragmentation skb headSven Eckelmann2020-11-271-5/+6
| * | | | batman-adv: Reserve needed_*room for fragmentsSven Eckelmann2020-11-271-5/+10
| * | | | batman-adv: Consider fragmentation for needed_headroomSven Eckelmann2020-11-271-0/+3
* | | | | netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversalAntoine Tenart2020-11-281-2/+5
* | | | | Merge tag 'linux-can-fixes-for-5.10-20201127' of git://git.kernel.org/pub/scm...Jakub Kicinski2020-11-271-2/+5
|\ \ \ \ \
| * | | | | can: af_can: can_rx_unregister(): remove WARN() statement from list operation...Oliver Hartkopp2020-11-271-2/+5
* | | | | | sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn2020-11-271-1/+1
* | | | | | mptcp: fix NULL ptr dereference on bad MPJPaolo Abeni2020-11-271-3/+2
* | | | | | net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron2020-11-272-23/+58
|/ / / / /
* | | | | net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-11-261-1/+4
* | | | | devlink: Make sure devlink instance and port are in same net namespaceParav Pandit2020-11-261-1/+2
* | | | | devlink: Hold rtnl lock while reading netdev attributesParav Pandit2020-11-261-0/+4
| |_|/ / |/| | |
* | | | gro_cells: reduce number of synchronize_net() callsEric Dumazet2020-11-251-1/+6
* | | | ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai2020-11-251-9/+17