aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "netfilter: use jump_label for nf_hooks"jollaman9992017-04-111-12/+1
* tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet2017-04-111-0/+1
* net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet2017-04-112-0/+6
* sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner2017-04-111-2/+6
* BACKPORT: tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-04-111-0/+6
* Bluetooth: make hci_test_bit's addr constJiri Slaby2017-04-111-2/+2
* neigh: Better handling of transition to NUD_PROBE stateErik Kline2017-04-111-0/+3
* net: ipv6: make "ip -6 route get mark xyz" work.Lorenzo Colitti2017-04-111-0/+3
* netfilter: xt_socket: fix broken v0 supportEric Dumazet2017-04-111-3/+7
* netfilter: xt_socket: add XT_SOCKET_NOWILDCARD flagEric Dumazet2017-04-111-8/+62
* netfilter: xt_socket: use IP early demuxEric Dumazet2017-04-111-8/+14
* sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner2017-04-111-1/+2
* net: fix merge errorMister Oyster2017-04-111-0/+1
* net: delete remnants of NL80211_FASTSCANMister Oyster2017-04-111-7/+0
* Bluetooth: Release locks before sleeping for L2CAP socket shutdownRupesh Tatiya2017-04-112-2/+36
* Bluetooth: Return the correct address type for L2CAP socketsMarcel Holtmann2017-04-112-0/+28
* Bluetooth: Store source address of HCI connectionsMarcel Holtmann2017-04-111-0/+1
* Bluetooth: Store the source address type of LE connectionsMarcel Holtmann2017-04-111-0/+9
* bluetooth: Initiate authentication before sending l2cap connect response.Kamal Negi2017-04-111-0/+2
* Bluetooth: remove unnecessary check on BT_CLOSED socks during acceptRupesh Tatiya2017-04-112-8/+12
* Bluetooth: Fix redundant encryption when receiving Security RequestJohan Hedberg2017-04-111-1/+21
* ipv4: Set skb->protocol properly for local outputEli Cooper2017-04-111-0/+3
* cfg80211: limit scan results cache sizeJohannes Berg2017-04-112-1/+71
* mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg2017-04-111-9/+15
* mac80211: fix purging multicast PS buffer queueFelix Fietkau2017-04-112-4/+4
* ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin2017-04-111-1/+3
* neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong2017-04-111-1/+1