aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: make challenge acks less predictableEric Dumazet2017-06-071-5/+12
* tcp: Change possible SYN flooding messagesEric Dumazet2017-06-073-49/+33
* ping: implement proper lockingEric Dumazet2017-06-071-2/+3
* net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2017-03-171-8/+2
* Revert "udp: remove redundant variable"David S. Miller2017-03-172-14/+16
* net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2017-03-176-6/+12
* mac80211: fix fragmentation code, particularly for encryptionJohannes Berg2017-03-171-1/+1
* packet: fix race condition in packet_set_ringPhilip Pettersson2017-03-171-8/+13
* UPSTREAM: net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo2016-10-131-19/+19
* fix infoleak in rtnetlinkkangjie2016-10-131-8/+8
* Replace %p with %pK to prevent leaking kernel addressMohamad Ayyash2016-10-131-1/+1
* UPSTREAM: netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-10-133-27/+24
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-10-123-6/+12
* net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro2016-10-121-0/+4
* netfilter: x_tables: check for size overflowFlorian Westphal2016-10-121-0/+4
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-10-123-33/+31
* ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-10-123-2/+18
* bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2016-10-121-0/+3
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-10-125-0/+15
* net: fix iterating over hashtable in tcp_nuke_addr()Dmitry Torokhov2016-10-121-1/+1
* ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2016-10-121-1/+16
* udp: fix behavior of wrong checksumsEric Dumazet2016-10-122-8/+4
* net: llc: use correct size for sysctl timeout entriesSasha Levin2016-10-121-4/+4
* ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2016-10-121-1/+8
* netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann2016-10-121-3/+3
* netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal2016-10-121-1/+25
* ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2016-10-122-2/+6
* Fix security issues reported by the android.security CTSStevan Marinkovic2016-03-111-0/+1
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2016-03-111-0/+24
* security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2016-03-117-7/+7
* cfg80211: allow registering to beaconsJohannes Berg2016-03-112-1/+71
* nl80211: add API to probe a clientJohannes Berg2016-03-111-0/+104
* nl80211: allow subscribing to unexpected class3 framesJohannes Berg2016-03-113-0/+85
* nl80211: advertise device AP SMEJohannes Berg2016-03-112-0/+8
* nl80211: advertise GTK rekey support, new triggersJohannes Berg2016-03-112-0/+53
* nl80211: support sending TDLS commands/framesArik Nemtsov2016-03-111-0/+85
* cfg80211/nl80211: Add PMKSA caching candidate eventJouni Malinen2016-03-113-0/+61
* cfg80211/nl80211: support GTK rekey offloadJohannes Berg2016-03-113-0/+127
* netfilter: xt_qtaguid: report only uid tags to non-privileged processesJP Abgrall2016-03-111-2/+3
* net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline2016-03-111-2/+44
* ipv4: Check if dev_out is NULL in ip_route_output_slow()Dmitry Shmidt2016-03-111-1/+6
* net/ping: handle protocol mismatching scenarioJane Zhou2016-03-111-0/+2
* ipv4: Skip calling fib_detect_death() if fib_dev is NULLDmitry Shmidt2016-03-111-1/+1
* net: ipv6: ping: Use socket mark in routing lookupLorenzo Colitti2016-03-111-0/+1
* tcp: add a sysctl to config the tcp_default_init_rwndJP Abgrall2016-03-113-10/+34
* nf: xt_qtaguid: fix handling for cases where tunnels are used.JP Abgrall2016-03-111-81/+69
* netfilter: xt_qtaguid: extend iface stat to report protocolsJP Abgrall2016-03-113-43/+82
* netfilter: xt_qtaguid: remove AID_* dependency for access controlJP Abgrall2016-03-111-25/+26
* netfilter: qtaguid: Don't BUG_ON if create_if_tag_stat failsPontus Fuchs2016-03-111-0/+5
* netfilter: xt_qtaguid: fix error exit that would keep a spinlock.JP Abgrall2016-03-111-2/+2