summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov2014-08-031-1/+1
* net: filter: rename sk_filter_proglen -> bpf_classic_proglenAlexei Starovoitov2014-08-031-2/+1Star
* net: filter: simplify socket chargingAlexei Starovoitov2014-08-031-1/+1
* sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2014-08-012-5/+5
* net: kernel-doc compliant documentation for net_deviceKaroly Kemeny2014-08-011-131/+250
* net: stmmac: Support devicetree configs for mcast and ucast filter entriesVince Bridgers2014-07-311-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-311-6/+0Star
|\
| * netfilter: kill remnants of ulog targetsPaul Bolle2014-07-251-6/+0Star
* | net: libphy: Add phy specific function to access mmd phy registersVince Bridgers2014-07-311-0/+18
* | netfilter: xt_bpf: add mising opaque struct sk_filter definitionPablo Neira2014-07-311-0/+2
* | dcbnl : Fix misleading dcb_app->priority explanationAnish Bhatt2014-07-311-1/+2
* | 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/+4Star
* | 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-307-13/+25
|\ \
| * \ Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-07-301-0/+3
| |\ \
| | * | of: Add memory limiting function for flattened devicetreesLaura Abbott2014-07-301-0/+1
| | * | of: Split early_init_dt_scan into two partsLaura Abbott2014-07-301-0/+2
| * | | Merge tag 'stable/for-linus-3.16-rc7-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-07-301-0/+1
| |\ \ \
| | * | | x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel2014-07-301-0/+1
| * | | | Revert "cdc_subset: deal with a device that needs reset for timeout"Linus Torvalds2014-07-301-3/+0Star
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-07-302-10/+4Star
| |\ \ \ \
| | * | | | cdc_subset: deal with a device that needs reset for timeoutOliver Neukum2014-07-291-0/+3
| | * | | | ip: make IP identifiers less predictableEric Dumazet2014-07-291-10/+1Star
| * | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-07-291-3/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge tag 'omap-for-v3.16/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2014-07-241-3/+4
| | |\ \ \ \
| | | * | | | pinctrl: dra: dt-bindings: Fix pull enable/disableNishanth Menon2014-07-231-3/+4
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-07-261-0/+3
| |\ \ \ \ \ \
| | * | | | | | fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher2014-07-221-0/+3
| | |/ / / / /
| * | | | | | Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-07-241-0/+1
| |\ \ \ \ \ \
| | * | | | | | libata: introduce ata_host->n_tags to avoid oops on SAS controllersTejun Heo2014-07-231-0/+1
| * | | | | | | mm/rmap.c: fix pgoff calculation to handle hugepage correctlyNaoya Horiguchi2014-07-241-0/+12
| | |_|_|/ / / | |/| | | | |
* | | | | | | ipv4: fail early when creating netdev named all or defaultWANG Cong2014-07-291-0/+6
* | | | | | | net: remove deprecated syststamp timestampWillem de Bruijn2014-07-292-21/+4Star
* | | | | | | packet: remove deprecated syststamp timestampWillem de Bruijn2014-07-291-1/+1
* | | | | | | Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-07-299-223/+295
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-07-223-10/+18
| |\ \ \ \ \ \ \
| | * | | | | | | Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg2014-07-171-0/+1
| | * | | | | | | Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg2014-07-172-2/+3
| | * | | | | | | Bluetooth: Track number of LE slave connectionsJohan Hedberg2014-07-161-0/+5
| | * | | | | | | Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg2014-07-161-1/+2
| | * | | | | | | Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg2014-07-161-3/+3
| | * | | | | | | Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg2014-07-161-1/+1
| | * | | | | | | Bluetooth: Add proper defines for HCI connection roleJohan Hedberg2014-07-161-3/+3
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-07-222-0/+54
| |\ \ \ \ \ \ \ \
| | * | | | | | | | mac80211: add support for Rx reordering offloadingMichal Kazior2014-07-211-0/+34
| | * | | | | | | | 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