aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner2017-04-111-2/+5
* dccp: fix out of bound access in dccp_v4_err()Eric Dumazet2017-04-111-6/+8
* dccp: do not send reset to already closed socketsEric Dumazet2017-04-111-0/+4
* net: mangle zero checksum in skb_checksum_help()Eric Dumazet2017-04-111-1/+1
* net: clear sk_err_soft in sk_clone_lock()Eric Dumazet2017-04-111-0/+1
* sctp: validate chunk len before actually using itMarcelo Ricardo Leitner2017-04-111-6/+6
* net: sctp, forbid negative lengthJiri Slaby2017-04-111-1/+4
* packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman2017-04-111-0/+1
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2017-04-114-5/+10
* net: fix sk_mem_reclaim_partial()Eric Dumazet2017-04-111-4/+5
* can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp2017-04-111-9/+23
* netfilter: fix namespace handling in nf_log_proc_dostringJann Horn2017-04-111-2/+4
* svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever2017-04-111-1/+2
* ipvs: count pre-established TCP states as activeMichal Kubecek2017-04-111-2/+23
* net: disable fragment reassembly if high_thresh is set to zeroMichal Kubecek2017-04-113-0/+11
* net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov2017-04-111-1/+3
* bonding: Fix bonding crashMahesh Bandewar2017-04-111-0/+16
* tcp: take care of truncations done by sk_filter()Eric Dumazet2017-04-113-8/+27
* tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos2017-04-111-5/+7
* tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet2017-04-111-1/+2
* tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2017-04-112-2/+9
* net/irda: handle iriap_register_lsap() allocation failureVegard Nossum2017-04-111-2/+6
* ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni2017-04-111-2/+11
* ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet2017-04-111-0/+1
* ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet2017-04-111-7/+8
* ipv6: correctly add local routes when lo goes upNicolas Dichtel2017-04-111-1/+1
* ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson2017-04-111-1/+0
* ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca2017-04-113-10/+31
* ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun2017-04-111-0/+2
* ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa2017-04-111-48/+138
* ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa2017-04-111-64/+73
* ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček2017-04-112-7/+17
* NFS: Don't drop CB requests with invalid principalsChuck Lever2017-04-111-0/+5
* dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov2017-04-111-1/+2
* wlan: get rid of Meizu's CONFIG_NL80211_FASTSCANMister Oyster2017-04-111-28/+0
* net: diag: allow socket bytecode filters to match socket marksLorenzo Colitti2017-04-111-3/+29