summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Bluetooth: Convert L2CAP ident spinlock into a mutexMarcel Holtmann2014-07-131-2/+1
| | * | | | | Bluetooth: Enable LE encryption events only when supportedMarcel Holtmann2014-07-131-0/+1
| | * | | | | Bluetooth: Move SCO timeout constants into net/bluetooth/sco.cMarcel Holtmann2014-07-111-4/+0
| | * | | | | Bluetooth: Remove unused SCO_DEFAULT_FLUSH_TO constantMarcel Holtmann2014-07-111-1/+0
| | * | | | | Bluetooth: Move struct sco_conn into net/bluetooth/sco.cMarcel Holtmann2014-07-111-13/+0
| | * | | | | Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.cMarcel Holtmann2014-07-111-12/+0
| | * | | | | Bluetooth: Update the list of L2CAP fixed channelsMarcel Holtmann2014-07-111-1/+4
| | * | | | | Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann2014-07-111-8/+1
| | * | | | | Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.cMarcel Holtmann2014-07-111-11/+0
| | * | | | | Bluetooth: Move struct hci_sec_filter next to its userMarcel Holtmann2014-07-111-9/+0
| | * | | | | Bluetooth: Move HCI socket definitions into its own header fileMarcel Holtmann2014-07-113-149/+176
| | * | | | | Bluetooth: Remove unneeded mgmt_write_scan_failed functionJohan Hedberg2014-07-101-1/+0
| | * | | | | Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg2014-07-101-1/+1
| | * | | | | Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg2014-07-101-1/+0
| * | | | | | netlink: Fix shadow warning on jiffiesMark Rustad2014-07-281-3/+3
| * | | | | | inet: frag: use seqlock for hash rebuildFlorian Westphal2014-07-271-7/+6
| * | | | | | inet: frag: remove periodic secret rebuild timerFlorian Westphal2014-07-271-2/+2
| * | | | | | inet: frag: remove lru listFlorian Westphal2014-07-271-30/+2
| * | | | | | inet: frag: don't account number of fragment queuesFlorian Westphal2014-07-273-9/+0
| * | | | | | inet: frag: move eviction of queues to work queueFlorian Westphal2014-07-271-1/+5
| * | | | | | inet: frag: move evictor calls into frag_find functionFlorian Westphal2014-07-271-1/+0
| * | | | | | inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal2014-07-272-7/+8
| * | | | | | sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru2014-07-231-3/+2
| * | | | | | net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight2014-07-221-1/+1
| | |_|_|/ / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-222-3/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-204-63/+65
| |\ \ \ \ \ \
| | * | | | | | netfilter: bridge: add generic packet loggerPablo Neira Ayuso2014-06-271-0/+1
| | * | | | | | netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso2014-06-271-14/+6
| | * | | | | | netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso2014-06-271-0/+28
| | * | | | | | netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso2014-06-252-54/+6
| | * | | | | | netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso2014-06-251-6/+9
| | * | | | | | netfilter: conntrack: remove timer from ecache extensionFlorian Westphal2014-06-252-3/+29
| * | | | | | | Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt2014-07-171-2/+2
| * | | | | | | net: clean up some sparse endianness warnings in ipv6.hJeff Layton2014-07-161-6/+11
| * | | | | | | udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held2014-07-161-0/+14
| * | | | | | | net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg supportGeir Ola Vaagland2014-07-163-7/+4
| * | | | | | | net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg supportGeir Ola Vaagland2014-07-162-1/+7
| * | | | | | | net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg supportGeir Ola Vaagland2014-07-161-1/+2
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-163-8/+7
| |\ \ \ \ \ \ \
| * | | | | | | | tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch2014-07-151-1/+1
| * | | | | | | | net: rtnetlink - make create_link take name_assign_typeTom Gundersen2014-07-151-0/+1
| * | | | | | | | udp: Add udp_sock_create for UDP tunnels to open listener socketTom Herbert2014-07-141-0/+32
| * | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-07-135-69/+353
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-07-115-69/+353
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
| | | * | | | | | | Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg2014-07-091-0/+1
| | | * | | | | | | Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg2014-07-091-0/+1
| | | * | | | | | | Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg2014-07-091-10/+5
| | | * | | | | | | Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann2014-07-091-0/+1
| | | * | | | | | | Bluetooth: Remove unnecessary mgmt_advertising functionJohan Hedberg2014-07-081-1/+0
| | | * | | | | | | Bluetooth: Add flag to track the real advertising stateJohan Hedberg2014-07-081-2/+2
OpenPOWER on IntegriCloud