summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-11-06Bluetooth: Avoid duplicate conn dev registerChanho Park1-0/+5
2016-11-05Workaround: Bluetooth: sd8977: skip HCI_EV_PSCAN_REP_MODEChanho Park1-4/+2
2016-11-05Workaround: Bluetooth: sd8977: force to set the pscan_rep_modeJaewon Kim1-0/+4
2016-11-01net: wireless: sd8977: add sd8977 wlan recoverySoon-Yong Cho1-0/+20
2016-10-22Bluetooth: workaround: correct disable secure connectionChanho Park1-1/+1
2016-10-22Workaround: Bluetooth: disable secure connectionChanho Park1-2/+22
2016-08-29net: rfkill: sd8x_rfkill: turn off PDN before turn on PDNSoon-Yong Cho1-1/+2
2016-08-29net: rfkill: sd8x_rfkill: change log levelSoon-Yong Cho1-3/+3
2016-08-29net: rfkill: sd8x_rfkill: remove MMC_CAP_NEEDS_POLLSoon-Yong Cho1-0/+1
2016-08-29net: rfkill: sd8x-rfkill: change method to detect cardSoon-Yong Cho1-0/+32
2016-08-29net: rfkill: sd8x-rfkill: fix header file errorSoon-Yong Cho1-1/+1
2016-08-29net: rfkill: add rfkill power control for Marvell sd8xxxSoon-Yong Cho4-0/+710
2016-08-20netlabel: add address family checks to netlbl_{sock,req}_delattr()Paul Moore1-2/+10
2016-08-20Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński1-1/+1
2016-08-16tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2
2016-08-16net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+5
2016-08-16ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user spaceJulian Anastasov1-0/+6
2016-08-16tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron1-17/+22
2016-08-16tcp: make challenge acks less predictableEric Dumazet1-5/+10
2016-08-10libceph: apply new_state before new_up_client on incrementalsIlya Dryomov1-43/+113
2016-08-10RDS: fix rds_tcp_init() error pathVegard Nossum1-2/+3
2016-07-27af_unix: fix hard linked sockets on overlayMiklos Szeredi1-3/+3
2016-07-27ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau1-0/+1
2016-07-27net_sched: fix mirrored packets checksumWANG Cong2-19/+1
2016-07-27packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller2-1/+44
2016-07-27nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields1-2/+10
2016-07-27mac80211: Fix mesh estab_plinks counting in STA removal caseJouni Malinen1-2/+5
2016-07-27mac80211: mesh: flush mesh paths unconditionallyBob Copeland1-0/+4
2016-07-27mac80211: fix fast_tx header alignmentFelix Fietkau1-1/+1
2016-07-11AX.25: Close socket connection on session completionBasil Gunn4-4/+12
2016-07-11bpf: try harder on clones when writing into skbDaniel Borkmann3-27/+17
2016-07-11neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso1-1/+5
2016-07-11Bridge: Fix ipv6 mc snooping if bridge has no ipv6 addressdaniel2-4/+23
2016-07-11ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2-1/+4
2016-07-11netem: fix a use after freeEric Dumazet1-6/+6
2016-07-11esp: Fix ESN generation under UDP encapsulationHerbert Xu1-20/+32
2016-07-11sit: correct IP protocol used in ipip6_errSimon Horman1-2/+2
2016-07-11net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet1-0/+4
2016-06-24netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal4-130/+89
2016-06-24netfilter: x_tables: do compat validation via translate_tableFlorian Westphal4-342/+83
2016-06-24netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal4-50/+25
2016-06-24netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal1-35/+24
2016-06-24netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal1-35/+24
2016-06-24netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal1-46/+36
2016-06-24netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal1-2/+2
2016-06-24netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal1-5/+76
2016-06-24netfilter: x_tables: check for bogus target offsetFlorian Westphal4-8/+24
2016-06-24netfilter: x_tables: check standard target size tooFlorian Westphal1-0/+15
2016-06-24netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal4-3/+28
2016-06-24netfilter: x_tables: assert minimum target sizeFlorian Westphal1-0/+3