summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro2015-04-092-30/+19
* net: switch sendto() and recvfrom() to import_single_range()Al Viro2015-04-091-16/+8
* Merge branch 'iocb' into for-davemAl Viro2015-04-092-4/+3
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
| * fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig2015-03-131-6/+3
| * fs: remove ki_nbytesChristoph Hellwig2015-03-121-3/+3
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-04-0717-316/+546
|\ \
| * | Bluetooth: Fix location of TX power field in LE advertising dataMarcel Holtmann2015-04-041-6/+8
| * | Bluetooth: hidp: Use BIT(x) instead of (1 << x)Marcel Holtmann2015-04-041-2/+2
| * | Bluetooth: cmtp: Use BIT(x) instead of (1 << x)Marcel Holtmann2015-04-042-3/+3
| * | Bluetooth: bnep: Handle BNEP connection setup requestGrzegorz Kolodziejczyk2015-04-033-4/+15
| * | Bluetooth: bnep: Add support to extended headers of control framesGrzegorz Kolodziejczyk2015-04-031-10/+36
| * | Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk2015-04-032-0/+8
| * | Bluetooth: bnep: Return err value while sending cmd is not understoodGrzegorz Kolodziejczyk2015-04-031-1/+1
| * | Bluetooth: Disallow LE local out-of-band data when LE privacy is usedMarcel Holtmann2015-04-021-6/+19
| * | Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg2015-04-022-51/+65
| * | Bluetooth: Move hci_get_cmd_complete() to hci_event.cJohan Hedberg2015-04-022-51/+58
| * | Bluetooth: Remove unused hci_req_pending() functionJohan Hedberg2015-04-021-5/+0
| * | Bluetooth: Remove unneeded recv_event variableJohan Hedberg2015-04-022-15/+0
| * | Bluetooth: Convert hci_req_sync family of function to new request APIJohan Hedberg2015-04-021-14/+14
| * | Bluetooth: Add second hci_request callback option for full skbJohan Hedberg2015-04-024-44/+81
| * | Bluetooth: Add clarifying comment to command status handlingJohan Hedberg2015-04-021-0/+6
| * | Bluetooth: Export SMP selftest result in debugfsMarcel Holtmann2015-04-021-9/+34
| * | Bluetooth: Export ECDH selftest result in debugfsMarcel Holtmann2015-04-021-4/+31
| * | Bluetooth: Restrict BNEP flags to only valid onesMarcel Holtmann2015-04-021-1/+11
| * | Bluetooth: Restrict HIDP flags to only valid onesMarcel Holtmann2015-04-021-1/+10
| * | Bluetooth: Restrict CMTP flags to only valid onesMarcel Holtmann2015-04-021-1/+10
| * | Bluetooth: Expose current Device ID information via debugfsMarcel Holtmann2015-04-021-0/+26
| * | Bluetooth: Refactor HCI request variables into own structJohan Hedberg2015-03-304-12/+12
| * | Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg2015-03-303-28/+28
| * | Bluetooth: Remove superfluous extra empty line between functionsMarcel Holtmann2015-03-291-1/+0
| * | Bluetooth: Fix error returns for Read Local OOB Extended Data commandsMarcel Holtmann2015-03-291-37/+34
| * | Bluetooth: Move memory location outside of hci_dev lockMarcel Holtmann2015-03-291-8/+6
| * | Bluetooth: Update adv. parameters when conn. setting changesArman Uguray2015-03-281-1/+2
| * | Bluetooth: Use ADV_SCAN_IND for adv. instancesArman Uguray2015-03-281-1/+20
| * | Bluetooth: Fix using global connectable settings for advArman Uguray2015-03-281-4/+10
| * | Bluetooth: Fix race condition with HCI_RESET flagJohan Hedberg2015-03-281-10/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-0613-42/+60
|\ \ \
| * | | net: dsa: fix filling routing table from OF descriptionPavel Nakonechny2015-04-061-16/+7
| * | | l2tp: unregister l2tp_net_ops on failure pathWANG Cong2015-04-061-0/+1
| * | | ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-063-2/+24
| * | | netns: don't allocate an id for dead netnsNicolas Dichtel2015-04-031-1/+3
| * | | Revert "netns: don't clear nsid too early on removal"Nicolas Dichtel2015-04-031-15/+9
| * | | ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong2015-04-021-1/+1
| * | | net: move fib_rules_unregister() under rtnl lockWANG Cong2015-04-026-5/+8
| * | | ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupWANG Cong2015-04-021-0/+5
| * | | tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell2015-04-021-3/+4
* | | | tc: bpf: add checksum helpersAlexei Starovoitov2015-04-061-4/+104
* | | | netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller2015-04-042-7/+6
* | | | netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller2015-04-048-20/+18
OpenPOWER on IntegriCloud