summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* rhashtable: Rip out obsolete out-of-line interfaceHerbert Xu2015-03-201-16/+3
* rhashtable: Allow hash/comparison functions to be inlinedHerbert Xu2015-03-201-0/+386
* rhashtable: Make rhashtable_init params argument constHerbert Xu2015-03-201-1/+2
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-191-0/+1
|\
| * cc2520: Add support for CC2591 amplifier.Brad Campbell2015-03-181-0/+1
* | net: Fix high overhead of vlan sub-device teardown.David S. Miller2015-03-181-0/+1
* | net: add support for phys_port_nameDavid Ahern2015-03-181-0/+4
* | ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-181-2/+0
* | netns: constify net_hash_mix() and various callersEric Dumazet2015-03-181-1/+1
* | net/mlx4_core: Add basic support for QP max-rate limitingOr Gerlitz2015-03-182-4/+27
* | net: Add max rate tx queue attributeJohn Fastabend2015-03-181-0/+8
* | rhashtable: Remove max_shift and min_shiftHerbert Xu2015-03-181-4/+0
* | rhashtable: Introduce max_size/min_sizeHerbert Xu2015-03-181-0/+4
* | rhashtable: Remove shift from bucket_tableHerbert Xu2015-03-181-2/+0
* | tcp: rename struct tcp_request_sock listenerEric Dumazet2015-03-171-1/+1
* | netdev: remove ndo ops for switchdevScott Feldman2015-03-161-38/+0
* | switchdev: add swdev opsScott Feldman2015-03-161-0/+3
* | bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov2015-03-151-1/+4
* | ebpf: add helper for obtaining current processor idDaniel Borkmann2015-03-151-0/+1
* | ebpf: add prandom helper for packet samplingDaniel Borkmann2015-03-151-0/+2
* | rhashtable: Move future_tbl into struct bucket_tableHerbert Xu2015-03-151-2/+3
* | rhashtable: Add rehash counter to bucket_tableHerbert Xu2015-03-151-1/+3
* | rhashtable: Free bucket tables asynchronously after rehashHerbert Xu2015-03-151-0/+2
* | rhashtable: Fix walker behaviour during rehashHerbert Xu2015-03-151-4/+4
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-141-0/+2
|\
| * mac802154: correct max sifs size handlingAlexander Aring2015-03-141-0/+2
* | rhashtable: kill ht->shift atomic operationsDaniel Borkmann2015-03-121-3/+3
* | ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann2015-03-121-1/+3
* | net: Introduce possible_net_tEric W. Biederman2015-03-121-6/+2
* | net: Kill hold_net release_netEric W. Biederman2015-03-121-2/+1
* | net: add real socket cookiesEric Dumazet2015-03-111-2/+2
* | of: mdio: export of_mdio_parse_addrFlorian Fainelli2015-03-111-0/+7
* | rhashtable: Move hash_rnd into bucket_tableHerbert Xu2015-03-111-2/+2
* | inet_diag: add const to inet_diag_req_v2Eric Dumazet2015-03-101-21/+22
* | net: constify sock_diag_check_cookie()Eric Dumazet2015-03-101-1/+1
* | net: phy: bcm7xxx: add alternate id for 7439Florian Fainelli2015-03-091-0/+1
* | switchdev: add netlink flags to IPv4 FIB add opScott Feldman2015-03-091-1/+2
* | net: core: add of_find_net_device_by_node()Florian Fainelli2015-03-091-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-098-15/+39
|\ \
| * \ Merge tag 'spi-v4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2015-03-091-1/+1
| |\ \
| | | \
| | | \
| | | \
| | | \
| | *---. \ Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/doc', 'spi/fix/dw', ...Mark Brown2015-03-061-1/+1
| | |\ \ \ \
| | | | * | | spi: fix a typo in comment.Marcin Bis2015-03-031-1/+1
| | | |/ / /
| * | | | | Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-03-091-1/+2
| |\ \ \ \ \
| | * | | | | workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo2015-03-051-1/+2
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-081-2/+1
| |\ \ \ \ \
| | * | | | | Revert "USB: serial: make bulk_out_size a lower limit"Johan Hovold2015-02-261-2/+1
| | |/ / / /
| * | | | | Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-081-7/+7
| |\ \ \ \ \
| | * | | | | serial: uapi: Declare all userspace-visible io typesPeter Hurley2015-03-071-7/+7
| | * | | | | serial: core: Fix iotype userspace breakagePeter Hurley2015-03-071-3/+3
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'pm+acpi-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-03-063-3/+24
| |\ \ \ \ \
OpenPOWER on IntegriCloud