summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired()Johan Hedberg2015-03-111-1/+3
| * Bluetooth: Increment management interface revisionMarcel Holtmann2015-03-111-1/+1
| * Bluetooth: Add 'Already Paired' error for Pair Device commandJohan Hedberg2015-03-102-0/+34
| * Bluetooth: Make Fast Connectable available while powered offJohan Hedberg2015-03-101-18/+12
| * Bluetooth: fix sco_exit compile warningAlexander Aring2015-03-071-1/+1
| * Bluetooth: Add mgmt_send_event() helper to send to any HCI channelJohan Hedberg2015-03-061-3/+11
| * Bluetooth: Rename pending_cmd to mgmt_pending_cmdJohan Hedberg2015-03-061-87/+89
| * Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()Johan Hedberg2015-03-061-213/+229
| * Bluetooth: Rename cmd_status() to mgmt_cmd_status()Johan Hedberg2015-03-061-229/+230
| * Bluetooth: Move all mgmt command quirks to handler tableJohan Hedberg2015-03-061-82/+88
| * Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg2015-03-063-29/+33
| * Bluetooth: Add mgmt HCI channel registration APIJohan Hedberg2015-03-061-3/+82
| * Bluetooth: Introduce controller setting information for static addressMarcel Holtmann2015-03-061-2/+26
| * Bluetooth: fix service discovery behaviour for empty uuids filterJakub Pawlowski2015-03-051-4/+3
| * Bluetooth: Refactor service discovery filter logicJakub Pawlowski2015-03-051-70/+19
| * Bluetooth: Move Service Discovery logic before refactoringJakub Pawlowski2015-03-051-62/+79
* | tcp_metrics: Use a single hash table for all network namespaces.Eric W. Biederman2015-03-131-36/+30
* | tcp_metrics: Rewrite tcp_metrics_flush_allEric W. Biederman2015-03-131-10/+11
OpenPOWER on IntegriCloud