summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: rename struct tcp_request_sock listenerEric Dumazet2015-03-176-24/+14
* inet: add rsk_listener field to struct request_sockEric Dumazet2015-03-171-1/+1
* inet: uninline inet_reqsk_alloc()Eric Dumazet2015-03-171-0/+24
* inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet2015-03-175-10/+5
* tcp: uninline tcp_oow_rate_limited()Eric Dumazet2015-03-171-0/+30
* tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet2015-03-171-0/+25
* netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV supportEric Dumazet2015-03-171-12/+22
* netfilter: tproxy: prepare TCP_NEW_SYN_RECV supportEric Dumazet2015-03-171-6/+12
* netfilter: use sk_fullsock() helperEric Dumazet2015-03-175-6/+6
* bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov2015-03-171-22/+50
* tcp_metrics: fix wrong lockdep annotationsEric Dumazet2015-03-161-12/+8
* dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSAJiri Pirko2015-03-161-2/+1
* net: kernel socket should be released in init_net namespaceYing Xue2015-03-161-1/+1
* inet: add proper refcounting to request sockEric Dumazet2015-03-164-12/+12
* inet: factorize sock_edemux()/sock_gen_put() codeEric Dumazet2015-03-162-15/+6
* inet_diag: allow sk_diag_fill() to handle request socksEric Dumazet2015-03-161-67/+53
* inet: ip early demux should avoid request socketsEric Dumazet2015-03-162-2/+2
* switchdev: use new swdev opsScott Feldman2015-03-162-23/+28
* bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov2015-03-151-17/+83
* ebpf: add helper for obtaining current processor idDaniel Borkmann2015-03-151-0/+2
* ebpf: add prandom helper for packet samplingDaniel Borkmann2015-03-151-0/+2
* net: dsa: do not use slave MII bus for fixed PHYsFlorian Fainelli2015-03-141-1/+2
* inet_diag: factorize code in new inet_diag_msg_common_fill() helperEric Dumazet2015-03-141-101/+47
* inet_diag: adjust inet_sk_diag_fill() bug conditionEric Dumazet2015-03-141-1/+1
* inet: fill request sock ir_iif for IPv4Eric Dumazet2015-03-145-3/+7
* tipc: clean up handling of message prioritiesJon Paul Maloy2015-03-144-61/+50
* tipc: split link outqueueJon Paul Maloy2015-03-147-167/+150
* tipc: eliminate unnecessary call to broadcast ack functionJon Paul Maloy2015-03-142-1/+5
* tipc: extract bundled buffers by cloning instead of copyingJon Paul Maloy2015-03-142-47/+28
* tipc: eliminate unnecessary linearization of incoming buffersJon Paul Maloy2015-03-142-9/+10
* tipc: move message validation function to msg.cJon Paul Maloy2015-03-143-60/+47
* tipc: add framework for node capabilities exchangeJon Paul Maloy2015-03-143-2/+16
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-1416-1258/+1369
|\
| * ieee802154: don't export static symbolJulia Lawall2015-03-141-1/+0
| * mac802154: correct max sifs size handlingAlexander Aring2015-03-141-1/+12
| * ieee802154: remove deprecated sysfs entriesAlexander Aring2015-03-141-49/+0
| * ieee802154: change wpan-phy name to phyAlexander Aring2015-03-141-1/+4
| * ieee802154: 6lowpan: fix ARPHRD to ARPHRD_6LOWPANAlexander Aring2015-03-141-1/+1
| * Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann2015-03-136-15/+15
| * Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann2015-03-132-2/+2
| * Bluetooth: Introduce hci_dev_test_and_set_flag helper macroMarcel Holtmann2015-03-133-31/+25
| * Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann2015-03-134-48/+43
| * Bluetooth: Introduce hci_dev_test_and_change_flag helper macroMarcel Holtmann2015-03-131-1/+1
| * Bluetooth: Introduce hci_dev_change_flag helper macroMarcel Holtmann2015-03-131-5/+5
| * Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann2015-03-135-52/+50
| * Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann2015-03-135-41/+40
| * Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann2015-03-139-272/+270
| * Bluetooth: Add support connectable advertising settingMarcel Holtmann2015-03-131-9/+30
| * Bluetooth: Remove two else branches that are not neededMarcel Holtmann2015-03-121-4/+4
| * Bluetooth: Check for matching IRK when looking for paired LE devicesJohan Hedberg2015-03-111-0/+7