summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tcp: rename struct tcp_request_sock listenerEric Dumazet2015-03-171-1/+1
* inet: add rsk_listener field to struct request_sockEric Dumazet2015-03-171-3/+9
* inet: uninline inet_reqsk_alloc()Eric Dumazet2015-03-171-22/+2
* inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet2015-03-171-3/+6
* tcp: uninline tcp_oow_rate_limited()Eric Dumazet2015-03-171-30/+2
* tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet2015-03-171-25/+0
* inet: move ir_mark to fill a holeEric Dumazet2015-03-171-6/+5
* bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov2015-03-171-0/+3
* inet: add proper refcounting to request sockEric Dumazet2015-03-163-6/+17
* net: add sk_fullsock() helperEric Dumazet2015-03-161-0/+9
* netdev: remove ndo ops for switchdevScott Feldman2015-03-161-38/+0
* switchdev: add swdev opsScott Feldman2015-03-162-0/+41
* bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov2015-03-152-1/+14
* ebpf: add helper for obtaining current processor idDaniel Borkmann2015-03-152-0/+2
* ebpf: add prandom helper for packet samplingDaniel Borkmann2015-03-152-0/+3
* 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-145-24/+64
|\
| * mac802154: correct max sifs size handlingAlexander Aring2015-03-141-0/+2
| * Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann2015-03-132-10/+5
| * Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann2015-03-132-15/+16
| * Bluetooth: Introduce hci_dev_test_and_set_flag helper macroMarcel Holtmann2015-03-131-0/+1
| * Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann2015-03-131-0/+1
| * Bluetooth: Introduce hci_dev_test_and_change_flag helper macroMarcel Holtmann2015-03-131-0/+2
| * Bluetooth: Introduce hci_dev_change_flag helper macroMarcel Holtmann2015-03-131-0/+1
| * Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann2015-03-131-0/+1
| * Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann2015-03-131-0/+1
| * Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann2015-03-131-6/+8
| * Bluetooth: Add support connectable advertising settingMarcel Holtmann2015-03-131-0/+1
| * Bluetooth: Add 'Already Paired' error for Pair Device commandJohan Hedberg2015-03-102-0/+3
| * Bluetooth: Make Fast Connectable available while powered offJohan Hedberg2015-03-101-1/+1
| * Bluetooth: Move all mgmt command quirks to handler tableJohan Hedberg2015-03-061-1/+5
| * Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg2015-03-062-1/+6
| * Bluetooth: Add mgmt HCI channel registration APIJohan Hedberg2015-03-061-0/+17
| * Bluetooth: Introduce controller setting information for static addressMarcel Holtmann2015-03-061-0/+1
| * Bluetooth: fix service discovery behaviour for empty uuids filterJakub Pawlowski2015-03-051-0/+2
* | tcp_metrics: Use a single hash table for all network namespaces.Eric W. Biederman2015-03-131-2/+0
* | rhashtable: kill ht->shift atomic operationsDaniel Borkmann2015-03-121-3/+3
* | inet: introduce ireq_familyEric Dumazet2015-03-121-0/+1
* | inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet2015-03-122-1/+6
* | inet: add rsk_refcnt/ireq_refcnt to request socksEric Dumazet2015-03-122-0/+9
* | inet: add ireq_state field to inet_request_sockEric Dumazet2015-03-121-0/+3
* | inet: add TCP_NEW_SYN_RECV stateEric Dumazet2015-03-121-1/+3
* | ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet2015-03-121-0/+1
* | ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann2015-03-121-1/+3
* | net: Introduce possible_net_tEric W. Biederman2015-03-1210-47/+29
* | net: Kill hold_net release_netEric W. Biederman2015-03-124-40/+3
* | ipv6: expose RFC4191 route preference via rtnetlinkLubomir Rintel2015-03-111-0/+1