summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ath10k: add support for firmware newer than 636Michal Kazior2013-08-153-11/+47
| * ath10k: fix WEP in AP and IBSS modeMarek Puzyniak2013-08-141-4/+0
| * ath10k: plug possible memory leak in WMIMichal Kazior2013-08-141-0/+1
| * ath10k: implement 802.3 SNAP rx decap type A-MSDU handlingMichal Kazior2013-08-141-2/+10
| * ath10k: fix HTT service setupMichal Kazior2013-08-141-4/+4
| * ath10k: print errcode when CE ring setup failsMichal Kazior2013-08-141-6/+9
| * ath10k: clean up PCI completion statesMichal Kazior2013-08-142-12/+23
| * ath10k: use sizeof(*var) in kmallocMichal Kazior2013-08-141-2/+1
| * ath10k: clean up monitor start codeMichal Kazior2013-08-141-3/+0
| * ath10k: check allocation errors in CEJanusz Dziedzic2013-08-131-0/+22
| * ath10k: update supported FW build versionBartosz Markowski2013-08-121-1/+1
| * ath10k: Remove qca98xx hw1.0 supportBartosz Markowski2013-08-125-85/+3
| * ath10k: setup peer UAPSD flag correctlyJanusz Dziedzic2013-08-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-09-19127-517/+751
|\ \
| * | netconsole: fix a deadlock with rtnl and netconsole's mutexNikolay Aleksandrov2013-09-191-4/+1
| * | netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov2013-09-191-5/+4
| * | skge: fix broken driverMikulas Patocka2013-09-191-2/+3
| * | ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-09-199-16/+20
| * | ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka2013-09-191-1/+1
| * | xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant2013-09-193-21/+23
| * | net:dccp: do not report ICMP redirects to user spaceDuan Jiong2013-09-181-0/+1
| * | cnic: Fix crash in cnic_bnx2x_service_kcq()Michael Chan2013-09-181-1/+2
| * | bnx2x, cnic, bnx2i, bnx2fc: Fix bnx2i and bnx2fc regressions.Michael Chan2013-09-187-10/+43
| * | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-09-181-0/+2
| |\ \
| | * | batman-adv: set the TAG flag for the vid passed to BLAAntonio Quartulli2013-09-171-0/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-09-1811-31/+36
| |\ \ \
| | * | | netfilter: nfnetlink_queue: use network skb for sequence adjustmentGao feng2013-09-171-1/+1
| | * | | netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith2013-09-161-12/+16
| | * | | netfilter: ipset: Validate the set family and not the set type family at swap...Jozsef Kadlecsik2013-09-161-1/+1
| | * | | netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik2013-09-166-12/+13
| | * | | netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/...Jozsef Kadlecsik2013-09-161-2/+2
| | * | | netfilter: nf_nat_proto_icmpv6:: fix wrong comparison in icmpv6_manip_pktPhil Oester2013-09-131-2/+2
| | * | | netfilter: nf_conntrack: use RCU safe kfree for conntrack extensionsMichal Kubeček2013-09-131-1/+1
| * | | | vxlan: Avoid creating fdb entry with NULL destinationSridhar Samudrala2013-09-181-9/+13
| * | | | tcp: fix RTO calculated from cached RTTNeal Cardwell2013-09-181-1/+3
| * | | | drivers: net: phy: cicada.c: clears warning Use #include <linux/io.h> instead...Avinash Kumar2013-09-181-2/+2
| * | | | net loopback: Set loopback_dev to NULL when freedEric W. Biederman2013-09-181-0/+1
| | |/ / | |/| |
| * | | Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2013-09-174-22/+43
| |\ \ \
| | * | | sfc: Reinitialise and re-validate datapath caps after MC rebootBen Hutchings2013-09-112-0/+13
| | * | | sfc: Clean up validation of datapath capabilitiesBen Hutchings2013-09-111-19/+22
| | * | | sfc: Reset derived rx_bad_bytes statistic when EF10 MC is rebootedBen Hutchings2013-09-111-0/+5
| | * | | sfc: Disable PTP on EF10 until we're ready to handle inline RX timestampsBen Hutchings2013-09-111-2/+0
| | * | | sfc: Minimal support for 40G link speedBen Hutchings2013-09-052-1/+3
| * | | | net: sctp: rfc4443: do not report ICMP redirects to user spaceDaniel Borkmann2013-09-172-3/+2
| * | | | net: usb: cdc_ether: use usb.h macros whenever possibleFabio Porcedda2013-09-171-46/+17
| * | | | net: usb: cdc_ether: fix checkpatch errors and warningsFabio Porcedda2013-09-171-27/+20
| * | | | net: usb: cdc_ether: Use wwan interface for Telit modulesFabio Porcedda2013-09-171-0/+5
| * | | | ip6_tunnels: raddr and laddr are inverted in nl msgDing Zhi2013-09-171-2/+2
| * | | | bgmac: implement unaligned addressing for DMA rings that support itRafał Miłecki2013-09-172-10/+30
| * | | | bgmac: allow bigger et_swtype nvram variableHauke Mehrtens2013-09-171-2/+2