summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-0627-263/+1000
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-051-0/+3
| |\
| | * cdc_subset: deal with a device that needs reset for timeoutOliver Neukum2014-08-021-0/+3
| * | net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn2014-08-051-1/+6
| * | net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn2014-08-051-2/+9
| * | net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn2014-08-051-0/+1
| * | net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn2014-08-051-0/+3
| * | Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-08-052-11/+44
| |\ \
| | * | bcma: use NS prefix for names of Northstar specific coresRafał Miłecki2014-07-311-11/+11
| | * | b43: add support for BCM43131 chipset with N-PHY rev 17Rafał Miłecki2014-07-291-0/+1
| | * | Merge tag 'nfc-next-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-07-291-0/+32
| | |\ \
| | | * | NFC: st21nfcb: few code clean upChristophe Ricard2014-07-231-2/+2
| | | * | NFC: st21nfcb: Add driver for STMicroelectronics ST21NFCB NFC chipChristophe Ricard2014-07-231-0/+32
| * | | | lib: Resizable, Scalable, Concurrent Hash TableThomas Graf2014-08-021-0/+213
| * | | | net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-022-19/+25
| * | | | net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov2014-08-021-2/+2
| * | | | net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov2014-08-021-1/+1
| * | | | net: filter: rename sk_filter_proglen -> bpf_classic_proglenAlexei Starovoitov2014-08-021-2/+1
| * | | | net: filter: simplify socket chargingAlexei Starovoitov2014-08-021-1/+1
| * | | | net: kernel-doc compliant documentation for net_deviceKaroly Kemeny2014-07-311-131/+250
| * | | | net: stmmac: Support devicetree configs for mcast and ucast filter entriesVince Bridgers2014-07-311-0/+2
| * | | | net: libphy: Add phy specific function to access mmd phy registersVince Bridgers2014-07-301-0/+18
| * | | | mlx5: Adjust events to use unsigned long param instead of void *Jack Morgenstein2014-07-301-2/+2
| * | | | mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein2014-07-302-8/+4
| * | | | mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein2014-07-301-2/+15
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-303-0/+16
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | net: remove deprecated syststamp timestampWillem de Bruijn2014-07-291-13/+1
| * | | | Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-07-283-0/+59
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-07-221-0/+20
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | mac80211: add TDLS QoS param IE on setup-confirmArik Nemtsov2014-07-211-0/+20
| | * | | b43: use one shared function for setting MAC frequencyRafał Miłecki2014-07-181-0/+1
| | * | | bcma: add support for BCM43217 found in Tenda W322E (14e4:43a9)Rafał Miłecki2014-07-181-0/+1
| | * | | ssb: extract power info from SPROM revs 4 and 5Rafał Miłecki2014-07-181-0/+37
| * | | | net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov2014-07-241-25/+25
| * | | | openvswitch: Enable tunnel GSO for OVS bridge.Pravin B Shelar2014-07-241-0/+8
| * | | | net/mlx4_core: Use low memory profile on kdump kernelAmir Vadai2014-07-221-0/+7
| * | | | net: skbuff: Use ALIGN macro instead of open coding itTobias Klauser2014-07-221-2/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-226-62/+61
| |\ \ \ \
| * | | | | net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico2014-07-201-1/+17
| * | | | | net: use dev->name in netdev_pr* when it's availableVeaceslav Falico2014-07-201-2/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-1612-28/+44
| |\ \ \ \ \
| * | | | | | net-timestamp: document deprecated syststampWillem de Bruijn2014-07-151-2/+4
| * | | | | | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-4/+6
| * | | | | | net: add name_assign_type netdev attributeTom Gundersen2014-07-151-0/+2
| * | | | | | net: filter: sk_chk_filter() no longer mangles filterEric Dumazet2014-07-131-1/+1
| * | | | | | bridge: fdb dumping takes a filter deviceJamal Hadi Salim2014-07-102-1/+4
| * | | | | | net/mlx4_en: Fix set port ratelimit for 40GEEugenia Emantayev2014-07-081-0/+11
| * | | | | | bridge: export knowledge about the presence of IGMP/MLD queriersLinus Lüssing2014-07-081-0/+6
| * | | | | | bridge: adding stubs for multicast exportsLinus Lüssing2014-07-081-0/+14
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2014-07-083-0/+163
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |