summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn2018-07-111-3/+6
* Revert "sit: reload iphdr in ipip6_rcv"David S. Miller2018-07-111-1/+0
* 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
* tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2018-06-262-0/+8
* net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti2018-06-261-9/+6
* ipv6: allow PMTU exceptions to local routesJulian Anastasov2018-06-261-3/+0
* tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet2018-06-261-1/+1
* ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov2018-06-261-6/+15
* netfilter: ebtables: handle string from userspace with carePaolo Abeni2018-06-261-1/+2
* xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet2018-06-261-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
* vrf: check the original netdevice for generating redirectStephen Suryaputra2018-06-132-1/+8
* sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long2018-06-131-1/+1
* packet: fix reserve calculationWillem de Bruijn2018-06-131-1/+1
* net/packet: refine check for priv area sizeEric Dumazet2018-06-131-1/+1
* kcm: Fix use-after-free caused by clonned socketsKirill Tkhai2018-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
* rxrpc: Don't treat call aborts as conn abortsDavid Howells2018-05-301-6/+9
* rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells2018-05-301-1/+3
* 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 skbuff rcsum on packet rerouteSven Eckelmann2018-05-301-5/+10
* 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
* batman-adv: Fix multicast packet loss with a single WANT_ALL_IPV4/6 flagLinus Lüssing2018-05-301-2/+2
* 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
* ip6_tunnel: fix IFLA_MTU ignored on NEWLINKXin Long2018-05-301-4/+8
* qrtr: add MODULE_ALIAS macro to smdRamon Fried2018-05-301-0/+1
* batman-adv: Fix netlink dumping of BLA backbonesSven Eckelmann2018-05-301-4/+7
* batman-adv: Fix netlink dumping of BLA claimsSven Eckelmann2018-05-301-4/+7
* batman-adv: Ignore invalid batadv_v_gw during netlink sendSven Eckelmann2018-05-301-1/+1
* batman-adv: Ignore invalid batadv_iv_gw during netlink sendSven Eckelmann2018-05-301-1/+1
* 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