summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | Bluetooth: Fix calling smp_distribute_keys() when still waiting for keysJohan Hedberg2014-09-081-2/+3
| * | Bluetooth: Add define for key distribution maskJohan Hedberg2014-09-081-2/+3
| * | Bluetooth: Fix locking of the SMP contextJohan Hedberg2014-09-081-32/+44
| * | Bluetooth: Remove unnecessary deferred work for SMP key distributionJohan Hedberg2014-09-081-16/+5
| * | Bluetooth: Move identity address update behind a workqueueJohan Hedberg2014-09-082-3/+9
| * | Bluetooth: Don't take any action in smp_resume_cb if not encryptedJohan Hedberg2014-09-081-2/+4
| * | Bluetooth: Remove unnecessary checks after canceling SMP security timerJohan Hedberg2014-09-081-5/+1
| * | Bluetooth: Add clarifying comment for LE CoC result valueJohan Hedberg2014-09-081-0/+5
| * | Bluetooth: Move clock offset reading into hci_disconnect()Johan Hedberg2014-09-081-19/+13
| * | Bluetooth: Use hci_disconnect() for mgmt_disconnect_device()Johan Hedberg2014-09-081-5/+1
| * | Bluetooth: Update hci_disconnect() to return an error valueJohan Hedberg2014-09-081-2/+2
| * | Bluetooth: Fix SMP error and response to be mutually exclusiveJohan Hedberg2014-09-081-8/+5
| * | Bluetooth: Remove unused l2cap_conn_shutdown APIJohan Hedberg2014-09-081-25/+0
| * | Bluetooth: Use hci_disconnect for immediate disconnection from SMPJohan Hedberg2014-09-081-2/+2
| * | Bluetooth: Set discon_timeout to 0 in l2cap_conn_delJohan Hedberg2014-09-081-0/+3
| * | Bluetooth: Remove hci_conn_hold/drop from hci_chanJohan Hedberg2014-09-081-4/+1
| * | Bluetooth: Ignore incoming data after initiating disconnectionJohan Hedberg2014-09-081-0/+6
| * | Bluetooth: Set disc_timeout to 0 when calling hci_chan_delJohan Hedberg2014-09-081-0/+3
| * | Bluetooth: Fix hci_conn reference counting with hci_chanJohan Hedberg2014-09-081-1/+3
| * | Bluetooth: Refactor connection parameter freeing into its own functionJohan Hedberg2014-09-081-17/+15
| * | Bluetooth: Fix using hci_conn_get() for hci_conn pointersJohan Hedberg2014-09-084-7/+18
| * | Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg2014-09-082-9/+7
| * | Bluetooth: Optimize connection parameter lookup for LE connectionsJohan Hedberg2014-09-081-1/+2
| * | Bluetooth: Set addr_type only when it's neededJohan Hedberg2014-09-081-5/+5
| * | Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg2014-09-082-2/+18
| * | Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_addJohan Hedberg2014-09-081-2/+0
| * | Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTUJohan Hedberg2014-09-081-5/+1
* | | net: Change netdev_<level> logging functions to return voidJoe Perches2014-09-261-27/+17
* | | net: sched: use pinned timersEric Dumazet2014-09-263-5/+5
* | | net: Remove gso_send_check as an offload callbackTom Herbert2014-09-269-112/+3
* | | udp: move logic out of udp[46]_ufo_send_checkTom Herbert2014-09-262-44/+33
* | | tcp: move logic out of tcp_v[64]_gso_send_checkTom Herbert2014-09-262-29/+47
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-241-1/+1
|\ \ \
| * \ \ Merge tag 'master-2014-09-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-241-1/+1
| |\ \ \
| | * | | net: rfkill: gpio: Fix clock statusLoic Poulain2014-09-221-1/+1
* | | | | tcp: add coalescing attempt in tcp_ofo_queue()Eric Dumazet2014-09-231-42/+47
* | | | | icmp: add a global rate limitationEric Dumazet2014-09-233-12/+88
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-2319-161/+276
|\ \ \ \ \ | |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-09-2217-40/+133
| |\ \ \ \
| | * | | | ipv4: do not use this_cpu_ptr() in preemptible contextEric Dumazet2014-09-221-3/+3
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-09-223-13/+45
| | |\ \ \ \
| | | * | | | xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert2014-09-161-8/+24
| | | * | | | xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert2014-09-163-6/+22
| | * | | | | net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet2014-09-221-4/+14
| | * | | | | openvswitch: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier2014-09-191-4/+5
| | * | | | | Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-191-0/+1
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / /
| | | * | | net: rfkill: gpio: Enable module auto-loading for ACPI based switchesMarcel Holtmann2014-09-161-0/+1
| | * | | | bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich2014-09-151-1/+1
| | * | | | net: fix creation adjacent device symlinksAlexander Y. Fomichev2014-09-151-7/+11
| | * | | | bridge: Allow clearing of pvid and untagged bitmapVlad Yasevich2014-09-131-0/+4
OpenPOWER on IntegriCloud