summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* nfc: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-051-2/+5
* ieee802154: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-051-0/+3
* ax25: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-051-0/+2
* appletalk: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-051-0/+5
* tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet2019-10-051-2/+3
* net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet2019-10-051-2/+4
* net_sched: add policy validation for action attributesCong Wang2019-10-051-16/+18
* ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-10-055-18/+25
* net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes2019-10-051-17/+13
* tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang2019-10-051-4/+4
* sch_netem: fix a divide by zero in tabledist()Eric Dumazet2019-10-051-1/+1
* openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing2019-10-051-1/+1
* net_sched: add max len check for TCA_KINDCong Wang2019-10-051-1/+2
* net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti2019-10-051-0/+1
* net: qrtr: Stop rx_worker before freeing nodeBjorn Andersson2019-10-051-0/+1
* ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld2019-10-051-1/+2
* net/rds: Check laddr_check before calling itKa-Cheong Poon2019-10-011-1/+4
* net/rds: An rds_sock is added too early to the hash tableKa-Cheong Poon2019-10-011-22/+18
* net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang2019-10-011-0/+2
* netfilter: nft_socket: fix erroneous socket assignmentFernando Fernandez Mancera2019-10-011-3/+3
* xfrm: policy: avoid warning splat when merging nodesFlorian Westphal2019-10-011-2/+4
* net: don't warn in inet diag when IPV6 is disabledStephen Hemminger2019-10-011-3/+0
* Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann2019-10-012-13/+1
* netfilter: nf_flow_table: clear skb tstamp before xmitFlorian Westphal2019-09-211-1/+2
* libceph: don't call crypto_free_sync_skcipher() on a NULL tfmJia-Ju Bai2019-09-211-2/+4
* netfilter: conntrack: make sysctls per-namespace againFlorian Westphal2019-09-211-0/+5
* netfilter: nf_conntrack_ftp: Fix debug outputThomas Jarosch2019-09-211-1/+1
* netfilter: xt_physdev: Fix spurious error message in physdev_mt_checkTodd Seidelmann2019-09-211-4/+2
* bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich2019-09-211-4/+4
* flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki2019-09-211-1/+1
* batman-adv: Only read OGM2 tvlv_len after buffer len checkSven Eckelmann2019-09-211-6/+12
* xdp: unpin xdp umem pages in error pathIvan Khoronzhuk2019-09-211-1/+3
* netfilter: xt_nfacct: Fix alignment mismatch in xt_nfacct_match_infoJuliana Rodrigueiro2019-09-211-11/+25
* netfilter: nft_flow_offload: missing netlink attribute policyPablo Neira Ayuso2019-09-211-0/+6
* netfilter: ebtables: Fix argument order to ADD_COUNTERTodd Seidelmann2019-09-211-4/+4
* nl80211: Fix possible Spectre-v1 for CQM RSSI thresholdsMasashi Honma2019-09-211-1/+3
* net: dsa: Fix load order between DSA drivers and taggersAndrew Lunn2019-09-211-0/+2
* udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-215-6/+23
* net_sched: let qdisc_put() accept NULL pointerCong Wang2019-09-211-0/+3
* net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni2019-09-211-6/+10
* ip6_gre: fix a dst leak in ip6erspan_tunnel_xmitXin Long2019-09-211-1/+1
* SUNRPC: Handle connection breakages correctly in call_status()Trond Myklebust2019-09-211-1/+1
* netfilter: nf_flow_table: set default timeout after successful insertionPablo Neira Ayuso2019-09-211-1/+1
* net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend2019-09-191-0/+3
* sctp: fix the missing put_user when dumping transport thresholdsXin Long2019-09-191-1/+2
* ipv6: addrconf_f6i_alloc - fix non-null pointer check to !IS_ERR()Maciej Żenczykowski2019-09-191-1/+1
* net-ipv6: fix excessive RTF_ADDRCONF flag on ::1/128 local route (and others)Maciej Żenczykowski2019-09-191-2/+6
* tipc: add NULL pointer check before calling kfree_rcuXin Long2019-09-191-1/+2
* tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell2019-09-191-1/+1
* sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long2019-09-191-1/+1