summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-09-25Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn1-2/+2
2018-09-25net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch1-0/+2
2018-09-25Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU"Ben Hutchings1-0/+1
2018-06-16net: Fix untag for vlan packets without ethernet headerToshiaki Makita1-2/+4
2018-06-16net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet1-1/+1
2018-06-16ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni1-4/+9
2018-06-16netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko1-0/+3
2018-06-16batman-adv: fix packet loss for broadcasted DHCP packets to a serverLinus Lüssing1-0/+3
2018-06-16batman-adv: fix multicast-via-unicast transmission with AP isolationLinus Lüssing1-2/+2
2018-06-16ip_tunnel: Emit events for post-register MTU changesPetr Machata1-7/+21
2018-06-16vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio1-1/+0
2018-06-16ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio1-1/+7
2018-06-16vti4: Don't count header length twice on tunnel setupStefano Brivio1-1/+0
2018-06-16batman-adv: Fix skbuff rcsum on packet rerouteSven Eckelmann1-5/+10
2018-06-16batman-adv: fix header size check in batadv_dbg_arp()Matthias Schiffer1-1/+1
2018-06-16batman-adv: update data pointers after skb_cow()Matthias Schiffer1-2/+4
2018-06-16skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes1-1/+1
2018-06-16net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita1-2/+5
2018-06-16ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2-7/+20
2018-06-16net: Refactor rtable initializationDavid Ahern1-53/+34
2018-06-16route: remove unsed variable in __mkroute_inputMasatake YAMATO1-2/+1
2018-06-16l2tp: fix races with ipv4-mapped ipv6 addressesPaolo Abeni2-24/+19
2018-06-16netfilter: bridge: ebt_among: add more missing match size checksFlorian Westphal1-0/+34
2018-06-16netfilter: bridge: ebt_among: add missing match size checksFlorian Westphal1-2/+19
2018-06-16l2tp: do not accept arbitrary socketsEric Dumazet1-2/+6
2018-06-16sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev1-1/+5
2018-06-16l2tp: fix tunnel lookup use-after-free raceJames Chapman1-7/+7
2018-06-16l2tp: fix race in pppol2tp_release with session object destroyJames Chapman1-25/+27
2018-06-16l2tp: fix races with tunnel socket closeJames Chapman4-116/+42
2018-06-16l2tp: don't use inet_shutdown on ppp session destroyJames Chapman1-10/+0
2018-06-16l2tp: don't use inet_shutdown on tunnel destroyJames Chapman1-9/+2
2018-06-16l2tp: avoid using ->tunnel_sock for getting session's parent tunnelGuillaume Nault1-54/+12
2018-06-16l2tp: don't close sessions in l2tp_tunnel_destruct()Guillaume Nault1-2/+0
2018-06-16l2tp: remove l2tp_tunnel_count and l2tp_session_countGuillaume Nault1-10/+0
2018-06-16batman-adv: Fix internal interface indices typesSven Eckelmann5-17/+25
2018-06-16netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal1-0/+4
2018-06-16batman-adv: invalidate checksum on fragment reassemblyMatthias Schiffer1-1/+2
2018-06-16batman-adv: fix packet checksum in receive pathMatthias Schiffer1-7/+1
2018-06-16netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet1-3/+6
2018-06-16cfg80211: fix cfg80211_beacon_dupArnd Bergmann1-1/+1
2018-06-16udplite: fix partial checksum initializationAlexey Kodanev2-0/+10
2018-06-16dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lockPaolo Abeni1-29/+33
2018-06-16NFC: llcp: Limit size of SDP URIKees Cook2-1/+6
2018-06-16netfilter: nat: cope with negative port rangePaolo Abeni1-2/+5
2018-06-16netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni1-6/+6
2018-06-16netfilter: ipt_CLUSTERIP: fix a refcount bug in clusterip_config_find_get()Cong Wang1-2/+6
2018-06-16netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2-14/+3
2018-06-16net: fix race on decreasing number of TX queuesJakub Kicinski1-2/+9
2018-06-16xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal1-13/+8
2018-06-16bridge: check brport attr show in brport_showXin Long1-0/+3