summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-181-4/+0
* inet: request sock should init IPv6/IPv4 addressesEric Dumazet2015-03-181-0/+5
* inet: get rid of last __inet_hash_connect() argumentEric Dumazet2015-03-181-3/+1
* ipv6: get rid of __inet6_hash()Eric Dumazet2015-03-182-2/+1
* inet: add IPv6 support to sk_ehashfn()Eric Dumazet2015-03-181-0/+19
* net: introduce sk_ehashfn() helperEric Dumazet2015-03-181-0/+2
* netns: constify net_hash_mix() and various callersEric Dumazet2015-03-182-5/+5
* inet: fix request sock refcountingEric Dumazet2015-03-173-6/+11
* 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
* inet: add proper refcounting to request sockEric Dumazet2015-03-163-6/+17
* net: add sk_fullsock() helperEric Dumazet2015-03-161-0/+9
* switchdev: add swdev opsScott Feldman2015-03-161-0/+38
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-144-24/+62
|\
| * 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
* | 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
* | net: Introduce possible_net_tEric W. Biederman2015-03-129-41/+27
* | net: Kill hold_net release_netEric W. Biederman2015-03-123-38/+2
* | vxlan: Correct path typo in commentSimon Horman2015-03-111-1/+1
* | net: add real socket cookiesEric Dumazet2015-03-114-0/+8
* | ipv4: FIB Local/MAIN table collapseAlexander Duyck2015-03-112-18/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-102-2/+2
|\ \
| * | netfilter: fix sparse warnings in reject handlingFlorian Westphal2015-03-102-2/+2
* | | switchdev: add netlink flags to IPv4 FIB add opScott Feldman2015-03-091-2/+4
OpenPOWER on IntegriCloud