summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo2018-07-111-1/+2
* ipv4: Fix error return value in fib_convert_metrics()Ben Hutchings2018-07-111-1/+1
* Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc2018-07-032-11/+31
* xfrm: skip policies marked as dead while rehashingFlorian Westphal2018-07-031-1/+2
* xfrm: Ignore socket policies when rebuilding hash tablesTobias Brunner2018-07-031-0/+4
* tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2018-07-032-0/+8
* tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet2018-07-031-1/+1
* ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov2018-07-031-6/+15
* netfilter: ebtables: handle string from userspace with carePaolo Abeni2018-07-031-1/+2
* xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet2018-07-031-1/+1
* af_key: Always verify length of provided sadb_keyKevin Easton2018-06-161-10/+35
* net: metrics: add proper netlink validationEric Dumazet2018-06-131-0/+2
* rtnetlink: validate attributes in do_setlink()Eric Dumazet2018-06-131-4/+4
* packet: fix reserve calculationWillem de Bruijn2018-06-131-1/+1
* net/packet: refine check for priv area sizeEric Dumazet2018-06-131-1/+1
* ipv4: remove warning in ip_recv_errorWillem de Bruijn2018-06-131-2/+0
* ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca2018-06-131-1/+2
* dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev2018-06-131-2/+0
* tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet2018-06-061-4/+6
* Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU"Greg Kroah-Hartman2018-05-301-0/+1
* netlabel: If PF_INET6, check sk_buff ip header versionRichard Haines2018-05-301-0/+10
* net: Fix untag for vlan packets without ethernet headerToshiaki Makita2018-05-301-2/+4
* llc: properly handle dev_queue_xmit() return valueCong Wang2018-05-302-15/+32
* batman-adv: fix packet loss for broadcasted DHCP packets to a serverLinus Lüssing2018-05-301-0/+3
* batman-adv: fix multicast-via-unicast transmission with AP isolationLinus Lüssing2018-05-301-2/+2
* vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio2018-05-301-1/+0
* vti4: Don't count header length twice on tunnel setupStefano Brivio2018-05-301-1/+0
* batman-adv: fix header size check in batadv_dbg_arp()Matthias Schiffer2018-05-301-1/+1
* net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita2018-05-301-2/+5
* ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-05-302-7/+20
* netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal2018-05-301-1/+5
* net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas2018-05-301-1/+1
* sit: fix IFLA_MTU ignored on NEWLINKXin Long2018-05-301-0/+7
* netfilter: ebtables: convert BUG_ONs to WARN_ONsFlorian Westphal2018-05-301-9/+18
* batman-adv: invalidate checksum on fragment reassemblyMatthias Schiffer2018-05-301-1/+2
* batman-adv: fix packet checksum in receive pathMatthias Schiffer2018-05-301-7/+1
* NFC: llcp: Limit size of SDP URIKees Cook2018-05-302-1/+6
* RDS: IB: Fix null pointer issueGuanglei Li2018-05-301-1/+2
* cfg80211: limit wiphy names to 128 bytesJohannes Berg2018-05-261-0/+3
* tcp: purge write queue in tcp_connect_init()Eric Dumazet2018-05-261-2/+5
* sock_diag: fix use-after-free read in __sk_freeEric Dumazet2018-05-261-1/+1
* packet: in packet_snd start writing at link layer allocationWillem de Bruijn2018-05-261-1/+3
* net: test tailroom before appending to linear skbWillem de Bruijn2018-05-262-2/+4
* l2tp: revert "l2tp: fix missing print session offset info"James Chapman2018-05-261-2/+0
* xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony2018-05-261-0/+1
* sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2018-05-262-40/+77
* sctp: fix the issue that the cookie-ack with auth can't get processedXin Long2018-05-261-1/+1
* tcp: ignore Fast Open on repair modeYuchung Cheng2018-05-261-1/+1
* sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long2018-05-261-1/+1
* sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long2018-05-261-0/+3