summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat2015-12-171-10/+3Star
* fou: clean up socket with kfree_rcuHannes Frederic Sowa2015-12-171-1/+2
* Merge tag 'mac80211-for-davem-2015-12-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-12-179-74/+92
|\
| * mac80211: handle width changes from opmode notification IE in beaconEyal Shapira2015-12-155-14/+8Star
| * mac80211: suppress unchanged "limiting TX power" messagesJohannes Berg2015-12-151-5/+10
| * mac80211: reprogram in interface orderJohannes Berg2015-12-151-39/+37Star
| * mac80211: run scan completed work on reconfig failureJohannes Berg2015-12-151-11/+26
| * nl80211: Fix potential memory leak in nl80211_connectOla Olsson2015-12-151-1/+3
| * nl80211: Fix potential memory leak in nl80211_set_wowlanOla Olsson2015-12-151-0/+1
| * nl80211: fix a few memory leaks in reg.cOla Olsson2015-12-151-1/+4
| * rfkill: copy the name into the rfkill structJohannes Berg2015-12-101-3/+3
* | 82xx: FCC: Fixing a bug causing to FCC port lock-upMartin Roth2015-12-171-1/+1
* | gianfar: Don't enable RX Filer if not supportedHamish Martin2015-12-172-3/+6
* | net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa2015-12-161-1/+1
* | rhashtable: Fix walker list corruptionHerbert Xu2015-12-161-9/+7Star
* | rhashtable: Enforce minimum size on initial hash tableHerbert Xu2015-12-161-3/+3
* | inet: tcp: fix inetpeer_set_addr_v4()Eric Dumazet2015-12-161-0/+1
* | ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa2015-12-161-0/+6
* | net: fix uninitialized variable issuetadeusz.struk@intel.com2015-12-151-0/+1
* | bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2015-12-151-0/+3
* | net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet2015-12-151-1/+1
* | Merge branch 'ser_gigaset-platform-device-dealloc'David S. Miller2015-12-151-12/+11Star
|\ \
| * | ser_gigaset: remove unnecessary kfree() calls from release methodTilman Schmidt2015-12-151-5/+0Star
| * | ser_gigaset: fix deallocation of platform device structureTilman Schmidt2015-12-151-3/+7
| * | ser_gigaset: turn nonsense checks into WARN_ONAlan Cox2015-12-151-5/+5
| * | ser_gigaset: fix up NULL checksTilman Schmidt2015-12-151-3/+3
|/ /
* | qlcnic: fix a timeout loopDan Carpenter2015-12-151-1/+2
* | sfc: fix a timeout loopDan Carpenter2015-12-151-1/+1
* | qlge: fix a timeout loop in ql_change_rx_buffers()Dan Carpenter2015-12-151-2/+3
* | amd-xgbe: fix a couple timeout loopsDan Carpenter2015-12-151-2/+2
* | mISDN: fix a loop countDan Carpenter2015-12-151-4/+3Star
* | net/mlx4_core: fix handling return value of mlx4_slave_convert_portAndrzej Hajda2015-12-151-2/+3
* | skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich2015-12-151-1/+1
* | pptp: verify sockaddr_len in pptp_bind() and pptp_connect()WANG Cong2015-12-151-0/+6
* | ravb: Add disable 10baseKazuya Mizuguchi2015-12-151-0/+3
* | sh_eth: fix descriptor access endiannessSergei Shtylyov2015-12-151-10/+14
* | sh_eth: fix TX buffer byte-swappingSergei Shtylyov2015-12-151-2/+1Star
* | net: fix IP early demux racesEric Dumazet2015-12-154-6/+37
* | sh_eth: uninline sh_eth_{write|read}()Sergei Shtylyov2015-12-142-25/+24Star
* | stmmac: dwmac-sunxi: Call exit cleanup function in probe error pathChen-Yu Tsai2015-12-141-1/+5
* | net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-146-0/+16
* | net: phy: mdio-mux: Check return value of mdiobus_alloc()Tobias Klauser2015-12-141-1/+6
* | openvswitch: fix trivial comment typoPaolo Abeni2015-12-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-12-146-59/+57Star
|\ \
| * | netfilter: nf_tables: use reverse traversal commit_list in nf_tables_abortXin Long2015-12-131-1/+2
| * | netfilter: nf_dup: add missing dependencies with NF_CONNTRACKPablo Neira Ayuso2015-12-102-0/+2
| * | netfilter: nfnetlink: fix splat due to incorrect socket memory accounting in ...Pablo Neira Ayuso2015-12-101-2/+0Star
| * | netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso2015-12-103-53/+47Star
| * | netfilter: nfnetlink_queue: Unregister pernet subsys in case of init failureNikolay Borisov2015-12-091-0/+1
| * | netfilter: nfnetlink_queue: avoid harmless unnitialized variable warningsArnd Bergmann2015-11-231-3/+5