summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-05-101-0/+8
* Bluetooth: hidp: fix buffer overflowYoung Xiao2019-05-101-0/+1
* batman-adv: Reduce tt_global hash refcnt only for removed entrySven Eckelmann2019-05-081-3/+15
* batman-adv: Reduce tt_local hash refcnt only for removed entrySven Eckelmann2019-05-081-5/+9
* batman-adv: Reduce claim hash refcnt only for removed entrySven Eckelmann2019-05-081-3/+13
* caif: reduce stack size with KASANArnd Bergmann2019-05-081-28/+22
* rxrpc: Fix net namespace cleanupDavid Howells2019-05-081-16/+16
* packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-081-10/+14
* sctp: avoid running the sctp state machine recursivelyXin Long2019-05-082-37/+27
* ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn2019-05-081-2/+2
* ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet2019-05-081-6/+12
* ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani2019-05-081-0/+1
* netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long2019-05-042-0/+3
* netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso2019-05-041-4/+3
* ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu2019-05-021-1/+4
* net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet2019-05-021-11/+16
* net/rose: Convert timers to use timer_setup()Kees Cook2019-05-025-44/+36
* net: rds: exchange of 8K and 1M poolZhu Yanjun2019-05-022-3/+11
* ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-05-021-9/+23
* tipc: check link name with right length in tipc_nl_compat_link_setXin Long2019-05-021-1/+6
* tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long2019-05-021-1/+6
* netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal2019-05-021-1/+2
* ipvs: fix warning on unused variableAndrea Claudi2019-05-021-1/+2
* tipc: handle the err returned from cmd header functionXin Long2019-05-021-2/+8
* vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr2019-05-021-7/+15
* sunrpc: don't mark uninitialised items as VALID.NeilBrown2019-05-021-0/+3
* net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov2019-04-271-190/+72
* net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2019-04-271-181/+68
* ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2019-04-275-93/+22
* net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-04-272-267/+328
* ipv6: frags: fix a lockdep false positiveEric Dumazet2019-04-271-11/+12
* mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau2019-04-271-0/+3
* ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet2019-04-271-2/+8
* ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra2019-04-271-1/+9
* tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet2019-04-271-5/+5
* net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi2019-04-271-1/+3
* net: bridge: multicast: use rcu to access port list from br_multicast_start_querierNikolay Aleksandrov2019-04-271-1/+3
* net: bridge: fix per-port af_packet socketsNikolay Aleksandrov2019-04-271-9/+14
* net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-04-271-1/+5
* appletalk: Fix use-after-free in atalk_proc_exitYueHaibing2019-04-203-8/+36
* netfilter: xt_cgroup: shrink size of v2 pathPablo Neira Ayuso2019-04-201-0/+72
* 9p: do not trust pdu content for stat item sizeGertjan Halkes2019-04-201-1/+2
* ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato2019-04-171-2/+2
* net: ethtool: not call vzalloc for zero sized memory requestLi RongQing2019-04-171-15/+26
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-04-171-0/+1
* net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti2019-04-171-1/+9
* vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-172-6/+5
* tcp: Ensure DCTCP reacts to lossesKoen De Schepper2019-04-171-18/+18
* sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long2019-04-171-0/+1
* openvswitch: fix flow actions reallocationAndrea Righi2019-04-171-2/+2