summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* lib: Resizable, Scalable, Concurrent Hash TableThomas Graf2014-08-021-0/+213
* inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov2014-08-021-1/+3
* inet: frags: enum the flag definitions and add descriptionsNikolay Aleksandrov2014-08-021-11/+35
* inet: frags: rename last_in to flagsNikolay Aleksandrov2014-08-021-1/+1
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-023-21/+27
* 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
* sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2014-07-312-5/+5
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-311-6/+0
|\
| * netfilter: kill remnants of ulog targetsPaul Bolle2014-07-251-6/+0
* | net: libphy: Add phy specific function to access mmd phy registersVince Bridgers2014-07-301-0/+18
* | netfilter: xt_bpf: add mising opaque struct sk_filter definitionPablo Neira2014-07-301-0/+2
* | dcbnl : Fix misleading dcb_app->priority explanationAnish Bhatt2014-07-301-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/+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-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-291-0/+1
| | * | of: Split early_init_dt_scan into two partsLaura Abbott2014-07-291-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/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-07-302-10/+4
| |\ \ \ \
| | * | | | cdc_subset: deal with a device that needs reset for timeoutOliver Neukum2014-07-291-0/+3
| | * | | | ip: make IP identifiers less predictableEric Dumazet2014-07-281-10/+1
| * | | | | 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-251-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-231-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-231-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/+4
* | | | | | | 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-289-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
OpenPOWER on IntegriCloud