aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ANDROID: Add untag hacks to inet_release functionChenbo Feng2017-05-204-59/+62
* packet: fix races in fanout_add()Eric Dumazet2017-05-201-12/+14
* ANDROID: make PF_KEY SHA256 use RFC-compliant truncation.Lorenzo Colitti2017-05-111-1/+1
* net: ping: check minimum size on ICMP header lengthKees Cook2017-05-101-0/+4
* Revert "net: ping: Fix stack buffer overflow in ping_common_sendmsg()"Mister Oyster2017-05-101-1/+1
* ping: implement proper lockingEric Dumazet2017-05-101-2/+3
* xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft2017-05-021-1/+8
* mtk: 3.10 updatesMister Oyster2017-04-2915-102/+95
* ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang2017-04-295-7/+5
* UPSTREAM: netfilter: Fix build errors with xt_socket.cDavid S. Miller2017-04-251-0/+1
* Revert "netfilter: have ip*t REJECT set the sock err when an icmp is to be sent"Erik Kline2017-04-254-41/+0
* net: Fix maybe-uninitialized variablesChristopher N. Hesse2017-04-252-1/+11
* net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-04-251-0/+2
* net/packet: fix overflow in check for tp_reserveAndrey Konovalov2017-04-251-0/+2
* xt_qtaguid: fix a race condition in if_tag_stat_updateliping.zhang2017-04-171-3/+4
* Fix NULL pointer dereference in tcp_nuke_addr.Lorenzo Colitti2017-04-171-2/+5
* libceph: introduce ceph_crypt() for in-place en/decryptionIlya Dryomov2017-04-162-0/+89
* UPSTREAM: net/packet: fix overflow in check for priv area sizeAndrey Konovalov2017-04-161-2/+2
* ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-04-161-19/+21
* ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-04-161-1/+8
* Security patchesfire8552017-04-161-1/+1
* netlink: Queue the kernel socket after setting the flag.Vinay Krishna Eranna2017-04-161-7/+7
* net: unix: suppress initialization warningsSrinivasarao P2017-04-131-18/+4
* netlink: Fix dump skb leak/double freeHerbert Xu2017-04-131-2/+5
* netlink: Eliminate kmalloc in netlink dump operation.Pravin B Shelar2017-04-132-56/+44
* irda: Fix lockdep annotations in hashbin_delete().David S. Miller2017-04-131-18/+16
* ipv6: Remove privacy config option.David S. Miller2017-04-132-56/+3
* BACKPORT: nl80211: Stop scheduled scan if netlink client disappearsJukka Rissanen2017-04-133-0/+34
* nl80211: fix scheduled scan RSSI matchset attribute confusionJohannes Berg2017-04-131-9/+63
* BACKPORT: cfg80211: allow userspace to take ownership of interfacesJohannes Berg2017-04-133-1/+82
* net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz2017-04-132-0/+12
* ipv6: sysctl to restrict candidate source addressesErik Kline2017-04-131-1/+18
* net: Fail explicit bind to local reserved portsSubash Abhinov Kasiviswanathan2017-04-134-0/+22
* net: tcp: fix rtable leak in tcp_is_local[6]liping.zhang2017-04-131-2/+10
* af_unix: fix bug on large send()Eric Dumazet2017-04-131-1/+2
* af_unix: improve STREAM behavior with fragmented memoryEric Dumazet2017-04-131-37/+30
* af_unix: fix struct pid memory leakEric Dumazet2017-04-131-0/+1
* net: packet: fix misleading-indentation warningNathan Chancellor2017-04-131-1/+1
* net: netfilter: fix maybe-uninitialized warningNathan Chancellor2017-04-131-4/+4
* net: wireless: nl80211: fix maybe-uninitialized warningNathan Chancellor2017-04-131-1/+1
* net: wireless: fix uninitialized-warning warningsNathan Chancellor2017-04-131-1/+1
* net: ipv4: fix maybe-uninitialized warningsNathan Chancellor2017-04-131-2/+2
* net: bridge: fix maybe-uninitialized warningNathan Chancellor2017-04-131-1/+1
* net: socket: fix maybe-uninitialized warningsNathan Chancellor2017-04-131-1/+1
* tcp: fix more NULL deref after prequeue changesEric Dumazet2017-04-132-11/+12
* ANDROID: fix the deadlock in xt_qtaguid when enable DDEBUGChenbo Feng2017-04-111-10/+14
* mtk: squashed security updatesMoyster2017-04-111-1/+3
* Get rid of __cpuinitMoyster2017-04-112-3/+3
* net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2017-04-112-3/+15
* Wireless regulatory rules file is emptyEddie Chen2017-04-111-16/+1239