aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-18inet: get rid of last __inet_hash_connect() argumentEric Dumazet1-3/+1
2015-03-18ipv6: get rid of __inet6_hash()Eric Dumazet2-2/+1
2015-03-18inet: add IPv6 support to sk_ehashfn()Eric Dumazet1-0/+19
2015-03-18net: introduce sk_ehashfn() helperEric Dumazet1-0/+2
2015-03-18netns: constify net_hash_mix() and various callersEric Dumazet3-6/+6
2015-03-18net/mlx4_core: Add basic support for QP max-rate limitingOr Gerlitz2-4/+27
2015-03-18net: Add max rate tx queue attributeJohn Fastabend1-0/+8
2015-03-18rhashtable: Remove max_shift and min_shiftHerbert Xu1-4/+0
2015-03-18rhashtable: Introduce max_size/min_sizeHerbert Xu1-0/+4
2015-03-18rhashtable: Remove shift from bucket_tableHerbert Xu1-2/+0
2015-03-17inet: fix request sock refcountingEric Dumazet3-6/+11
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet1-1/+1
2015-03-17inet: add rsk_listener field to struct request_sockEric Dumazet1-3/+9
2015-03-17inet: uninline inet_reqsk_alloc()Eric Dumazet1-22/+2
2015-03-17inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet1-3/+6
2015-03-17tcp: uninline tcp_oow_rate_limited()Eric Dumazet1-30/+2
2015-03-17tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet1-25/+0
2015-03-17inet: move ir_mark to fill a holeEric Dumazet1-6/+5
2015-03-17bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov1-0/+3
2015-03-16inet: add proper refcounting to request sockEric Dumazet3-6/+17
2015-03-16net: add sk_fullsock() helperEric Dumazet1-0/+9
2015-03-16netdev: remove ndo ops for switchdevScott Feldman1-38/+0
2015-03-16switchdev: add swdev opsScott Feldman2-0/+41
2015-03-15bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov2-1/+14
2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann2-0/+2
2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann2-0/+3
2015-03-15rhashtable: Move future_tbl into struct bucket_tableHerbert Xu1-2/+3
2015-03-15rhashtable: Add rehash counter to bucket_tableHerbert Xu1-1/+3
2015-03-15rhashtable: Free bucket tables asynchronously after rehashHerbert Xu1-0/+2
2015-03-15rhashtable: Fix walker behaviour during rehashHerbert Xu1-4/+4
2015-03-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller5-24/+64
2015-03-14mac802154: correct max sifs size handlingAlexander Aring1-0/+2
2015-03-13Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann2-10/+5
2015-03-13Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann2-15/+16
2015-03-13Bluetooth: Introduce hci_dev_test_and_set_flag helper macroMarcel Holtmann1-0/+1
2015-03-13Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann1-0/+1
2015-03-13Bluetooth: Introduce hci_dev_test_and_change_flag helper macroMarcel Holtmann1-0/+2
2015-03-13Bluetooth: Introduce hci_dev_change_flag helper macroMarcel Holtmann1-0/+1
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann1-0/+1
2015-03-13Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann1-0/+1
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann1-6/+8
2015-03-13Bluetooth: Add support connectable advertising settingMarcel Holtmann1-0/+1
2015-03-13tcp_metrics: Use a single hash table for all network namespaces.Eric W. Biederman1-2/+0
2015-03-12rhashtable: kill ht->shift atomic operationsDaniel Borkmann1-3/+3
2015-03-12inet: introduce ireq_familyEric Dumazet1-0/+1
2015-03-12inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet2-1/+6
2015-03-12inet: add rsk_refcnt/ireq_refcnt to request socksEric Dumazet2-0/+9
2015-03-12inet: add ireq_state field to inet_request_sockEric Dumazet1-0/+3
2015-03-12inet: add TCP_NEW_SYN_RECV stateEric Dumazet1-1/+3
2015-03-12ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet1-0/+1