| Commit message (Expand) | Author | Age | Files | Lines |
* | netfilter: nf_tables: allow to change chain policy without hook if it exists | Pablo Neira Ayuso | 2015-03-17 | 1 | -1/+4 |
* | netfilter: Fix potential crash in nft_hash walker | Herbert Xu | 2015-03-13 | 1 | -0/+2 |
* | netfilter: Zero the tuple in nfnl_cthelper_parse_tuple() | Ian Wilson | 2015-03-12 | 1 | -0/+3 |
* | net: Handle unregister properly when netdev namespace change fails. | David S. Miller | 2015-03-11 | 1 | -13/+13 |
* | net: add comment for sock_efree() usage | Oliver Hartkopp | 2015-03-10 | 1 | -0/+4 |
* | Merge tag 'wireless-drivers-for-davem-2015-03-10' of git://git.kernel.org/pub... | David S. Miller | 2015-03-10 | 13 | -44/+109 |
|\ |
|
| * | brcmfmac: Perform bound checking on vendor command buffer | Pontus Fuchs | 2015-03-07 | 1 | -3/+12 |
| * | Merge tag 'iwlwifi-for-kalle-2015-03-05' of https://git.kernel.org/pub/scm/li... | Kalle Valo | 2015-03-06 | 10 | -39/+91 |
| |\ |
|
| | * | iwlwifi: mvm: BT Coex - fix a NULL pointer exception | Emmanuel Grumbach | 2015-03-05 | 2 | -2/+4 |
| | * | iwlwifi: fix max_ht_ampdu_exponent for older devices | Emmanuel Grumbach | 2015-02-25 | 4 | -14/+29 |
| | * | iwlwifi: mvm: disable beamformer unless FW supports it | Eyal Shapira | 2015-02-23 | 1 | -1/+4 |
| | * | iwlwifi: mvm: Fix ROC removal | Andrei Otcheretianski | 2015-02-23 | 1 | -6/+3 |
| | * | iwlwifi: mvm: don't try to stop scans that are not running anymore | Luciano Coelho | 2015-02-23 | 1 | -2/+31 |
| | * | iwlwifi: mvm: rs: fix BT Coex check to look at the correct ant | Eyal Shapira | 2015-02-23 | 1 | -7/+14 |
| | * | iwlwifi: mvm: call ieee80211_scan_completed() even if scan abort fails | Luciano Coelho | 2015-02-23 | 1 | -7/+6 |
| * | | rtlwifi: Improve handling of IPv6 packets | Larry Finger | 2015-03-03 | 1 | -2/+5 |
| * | | b43: fix support for 5 GHz only BCM43228 model | Rafał Miłecki | 2015-03-03 | 1 | -0/+1 |
* | | | cxgb4: fix coccinelle warnings | Hariprasad Shenai | 2015-03-10 | 1 | -1/+1 |
* | | | net: fec: fix receive VLAN CTAG HW acceleration issue | Nimrod Andy | 2015-03-10 | 1 | -2/+1 |
* | | | net: WIZnet drivers: enable interrupts after napi_complete() | Yongbae Park | 2015-03-10 | 2 | -2/+2 |
* | | | ibmveth: enable interrupts after napi_complete() | Yongbae Park | 2015-03-10 | 1 | -2/+2 |
* | | | net_sched: fix struct tc_u_hnode layout in u32 | WANG Cong | 2015-03-10 | 1 | -1/+4 |
* | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-03-10 | 4 | -45/+40 |
|\ \ \ |
|
| * \ \ | Merge tag 'kvm-s390-master-20150303' of git://git.kernel.org/pub/scm/linux/ke... | Marcelo Tosatti | 2015-03-05 | 4 | -45/+40 |
| |\ \ \ |
|
| | * | | | KVM: s390: non-LPAR case obsolete during facilities mask init | Michael Mueller | 2015-03-04 | 1 | -16/+1 |
| | * | | | KVM: s390: include guest facilities in kvm facility test | Michael Mueller | 2015-03-04 | 4 | -22/+25 |
| | * | | | KVM: s390: fix in memory copy of facility lists | Michael Mueller | 2015-03-04 | 1 | -2/+2 |
| | * | | | KVM: s390/cpacf: Fix kernel bug under z/VM | Christian Borntraeger | 2015-03-04 | 1 | -3/+6 |
| | * | | | KVM: s390/cpacf: Enable key wrapping by default | Tony Krowiak | 2015-03-03 | 1 | -3/+7 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-03-10 | 9 | -39/+38 |
|\ \ \ \ \ |
|
| * | | | | | s390/mm: fix incorrect ASCE after crst_table_downgrade | Martin Schwidefsky | 2015-03-02 | 1 | -1/+1 |
| * | | | | | s390/ftrace: fix crashes when switching tracers / add notrace to cpu_relax() | Heiko Carstens | 2015-03-02 | 1 | -1/+1 |
| * | | | | | s390/pci: unify pci_iomap symbol exports | Sebastian Ott | 2015-02-27 | 1 | -2/+2 |
| * | | | | | s390/pci: fix [un]map_resources sequence | Sebastian Ott | 2015-02-27 | 1 | -10/+14 |
| * | | | | | s390: let the compiler do page clearing | Christian Borntraeger | 2015-02-26 | 1 | -10/+1 |
| * | | | | | s390/pci: fix possible information leak in mmio syscall | Sebastian Ott | 2015-02-26 | 1 | -9/+8 |
| * | | | | | s390/dcss: array index 'i' is used before limits check. | Ameen Ali | 2015-02-26 | 1 | -1/+1 |
| * | | | | | s390/scm_block: fix off by one during cluster reservation | Sebastian Ott | 2015-02-26 | 1 | -1/+1 |
| * | | | | | s390/jump label: improve and fix sanity check | Heiko Carstens | 2015-02-26 | 1 | -4/+8 |
| * | | | | | s390/jump label: add missing jump_label_apply_nops() call | Heiko Carstens | 2015-02-26 | 1 | -0/+1 |
* | | | | | | Merge tag 'trace-fixes-v4.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-03-10 | 2 | -12/+32 |
|\ \ \ \ \ \ |
|
| * | | | | | | ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled | Steven Rostedt (Red Hat) | 2015-03-09 | 1 | -3/+3 |
| * | | | | | | ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctl | Pratyush Anand | 2015-03-09 | 1 | -6/+22 |
| * | | | | | | ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctl | Steven Rostedt (Red Hat) | 2015-03-09 | 1 | -2/+6 |
| * | | | | | | seq_buf: Fix seq_buf_bprintf() truncation | Steven Rostedt (Red Hat) | 2015-03-05 | 1 | -1/+1 |
| * | | | | | | seq_buf: Fix seq_buf_vprintf() truncation | Steven Rostedt (Red Hat) | 2015-03-04 | 1 | -1/+1 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-03-10 | 39 | -177/+311 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | tipc: fix bug in link failover handling | Jon Paul Maloy | 2015-03-09 | 1 | -3/+4 |
| * | | | | | | | net: delete stale packet_mclist entries | Francesco Ruggeri | 2015-03-09 | 1 | -8/+14 |
| * | | | | | | | net: macb: constify macb configuration data | Josh Cartwright | 2015-03-09 | 1 | -4/+4 |