summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | llc: Make function pointer arrays constJoe Perches2014-12-102-236/+236
| * | | | | | | | | net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann2014-12-101-2/+2
| * | | | | | | | | netlink: use jhash as hashfn for rhashtableDaniel Borkmann2014-12-101-1/+1
| * | | | | | | | | tipc: fix broadcast wakeup contention after congestionRichard Alpe2014-12-102-5/+5
| * | | | | | | | | net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck2014-12-102-8/+68
| * | | | | | | | | net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck2014-12-101-40/+77
| * | | | | | | | | Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller2014-12-1030-280/+152Star
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | skb_copy_datagram_iovec() can dieAl Viro2014-12-091-84/+0Star
| | * | | | | | | | | switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro2014-12-091-35/+19Star
| | * | | | | | | | | first fruits - kill l2cap ->memcpy_fromiovec()Al Viro2014-12-095-19/+6Star
| | * | | | | | | | | put iov_iter into msghdrAl Viro2014-12-0923-73/+59Star
| | * | | | | | | | | vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro2014-12-091-2/+2
| | * | | | | | | | | switch l2cap ->memcpy_fromiovec() to msghdrAl Viro2014-12-092-4/+4
| | * | | | | | | | | switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2014-12-092-5/+4Star
| | * | | | | | | | | ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro2014-12-096-9/+9
| | * | | | | | | | | ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_...Al Viro2014-12-091-56/+56
| | * | | | | | | | | raw.c: stick msghdr into raw_frag_vecAl Viro2014-12-091-4/+4
| * | | | | | | | | | net: sched: cls: use nla_nest_cancel instead of nlmsg_trimJiri Pirko2014-12-106-13/+8Star
| * | | | | | | | | | tipc: avoid double lock 'spin_lock:&seq->lock'Ying Xue2014-12-101-1/+1
| * | | | | | | | | | rocker: remove swdev modeRoopa Prabhu2014-12-101-2/+8
| * | | | | | | | | | Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-12-1049-960/+4823
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-12-081-9/+6Star
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-12-0523-617/+3129
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
| | | * | | | | | | | | | Bluetooth: Enable events for P-256 Public Key and DHKey commandsMarcel Holtmann2014-12-051-0/+14
| | | * | | | | | | | | | Bluetooth: Add support for enabling Extended Scanner Filter PoliciesMarcel Holtmann2014-12-051-0/+13
| | | * | | | | | | | | | Bluetooth: Add support for handling LE Direct Advertising Report eventsMarcel Holtmann2014-12-051-2/+55
| | | * | | | | | | | | | Bluetooth: Enabled LE Direct Advertising Report event if supportedMarcel Holtmann2014-12-051-0/+8
| | | * | | | | | | | | | mac802154: use goto label on failureVarka Bhadram2014-12-051-2/+1Star
| | | * | | | | | | | | | Bluetooth: Report invalid RSSI for service discovery and background scanMarcel Holtmann2014-12-051-2/+10
| | | * | | | | | | | | | Bluetooth: Fix discovery filter when no RSSI is availableMarcel Holtmann2014-12-052-3/+11
| | | * | | | | | | | | | Bluetooth: Remove redundant reverse_base_uuid variableJohan Hedberg2014-12-051-10/+2Star
| | | * | | | | | | | | | Bluetooth: Fix Get Conn Info to use cmd_complete callbackJohan Hedberg2014-12-051-51/+33Star
| | | * | | | | | | | | | Bluetooth: Fix initializing hci_conn RSSI to invalid valueJohan Hedberg2014-12-051-0/+1
| | | * | | | | | | | | | Bluetooth: Convert Get Clock Info to use cmd_complete callbackJohan Hedberg2014-12-051-24/+35
| | | * | | | | | | | | | Bluetooth: Convert discovery commands to use cmd_complete callbackJohan Hedberg2014-12-051-11/+16
| | | * | | | | | | | | | Bluetooth: Convert Unpair Device to use cmd_complete callbackJohan Hedberg2014-12-051-7/+3Star
| | | * | | | | | | | | | Bluetooth: Convert Pair Device to use cmd_complete callbackJohan Hedberg2014-12-051-3/+5
| | | * | | | | | | | | | Bluetooth: Use cmd_complete callback for authentication mgmt commandsJohan Hedberg2014-12-051-22/+14Star
| | | * | | | | | | | | | Bluetooth: Convert Disconnect mgmt command to use cmd_complete callbackJohan Hedberg2014-12-051-14/+10Star
| | | * | | | | | | | | | Bluetooth: Store parameter length with pending mgmt commandsJohan Hedberg2014-12-051-3/+3
| | | * | | | | | | | | | Bluetooth: Add callback to create proper cmd_complete eventsJohan Hedberg2014-12-051-2/+17
| | | * | | | | | | | | | net/mac802154: No need for an extra space when castingStefan Schmidt2014-12-051-2/+2
| | | * | | | | | | | | | net/mac802154: Remove extra blank lines.Stefan Schmidt2014-12-052-21/+0Star
| | | * | | | | | | | | | net/ieee802154: Remove and add extra blank lines as needed.Stefan Schmidt2014-12-057-21/+2Star
| | | * | | | | | | | | | net/ieee802154: Make sure alignment matches parenthesis..Stefan Schmidt2014-12-051-1/+1
| | | * | | | | | | | | | net/6lowpan: Remove FSF address from GPL statement.Stefan Schmidt2014-12-051-3/+0Star
| | | * | | | | | | | | | Bluetooth: Clear discovery filter before starting background scanMarcel Holtmann2014-12-051-11/+9Star
| | | * | | | | | | | | | Bluetooth: Fix memory leaks from discovery filter UUID listMarcel Holtmann2014-12-052-2/+11
| | | * | | | | | | | | | Bluetooth: Add helper function for clearing the discovery filterMarcel Holtmann2014-12-051-4/+1Star
| | | * | | | | | | | | | Bluetooth: Add support for Start Service Discovery commandJakub Pawlowski2014-12-051-0/+106