summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2014-07-03Bluetooth: Add tracking of local and piconet clock valuesJohan Hedberg2-0/+16
2014-07-03Bluetooth: Send HCI_Read_Clock_Offset before disconnectingMarcel Holtmann1-0/+5
2014-07-03Bluetooth: Remove unnecessary hcon->smp_conn variableJohan Hedberg1-1/+0
2014-07-03Bluetooth: Use macro instead of hard-coded valueAndre Guedes1-1/+1
2014-07-03Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg1-3/+7
2014-07-03Bluetooth: Add a new HCI_USE_DEBUG_KEYS flagJohan Hedberg1-0/+1
2014-07-03Bluetooth: Convert hcon->flush_key to a proper flagJohan Hedberg1-1/+1
2014-07-03Bluetooth: Rename HCI_DEBUG_KEYS to HCI_KEEP_DEBUG_KEYSJohan Hedberg1-1/+1
2014-07-03Bluetooth: Move mgmt event sending out from hci_add_link_key()Johan Hedberg1-2/+2
2014-07-03Bluetooth: Update hci_add_link_key() to return pointer to keyJohan Hedberg1-2/+3
2014-07-03Bluetooth: Track LE connection parameter update eventMarcel Holtmann1-0/+9
2014-07-03Bluetooth: Store current LE connection parameters in hci_conn structMarcel Holtmann1-0/+3
2014-07-03Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed oneJukka Rissanen3-3/+0
2014-07-03Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecJukka Rissanen1-0/+29
2014-07-03Bluetooth: Use separate dbg_flags to special debugfs optionsMarcel Holtmann2-3/+10
2014-07-03Bluetooth: Remove unused LTK authentication definesJohan Hedberg1-4/+0
2014-07-03Bluetooth: Remove HCI prefix from SMP LTK definesJohan Hedberg1-4/+0
2014-07-03Bluetooth: Remove unnecessary SMP STK defineJohan Hedberg1-1/+0
2014-07-03Bluetooth: Use struct delayed_work for HCI command timeoutMarcel Holtmann1-1/+1
2014-07-03Bluetooth: Use explicit header and body length for L2CAP SKB allocationMarcel Holtmann1-0/+1
2014-07-03Bluetooth: Shrink size of struct l2cap_ctrl fieldsMarcel Holtmann1-9/+9
2014-07-03Bluetooth: Assign L2CAP socket priority when allocating SKBMarcel Holtmann1-2/+1
2014-07-03Bluetooth: Use const for struct l2cap_ops fieldMarcel Holtmann1-1/+1
2014-07-03net: sctp: improve timer slack calculation for transport HBsDaniel Borkmann1-21/+0
2014-07-03ieee802154: reassembly: fix possible buffer overflowAlexander Aring1-1/+1
2014-07-03net: fix sparse warning in sk_dst_set()Eric Dumazet1-1/+1
2014-07-02inet: move ipv6only in sock_commonEric Dumazet2-2/+5
2014-07-01ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet1-6/+6
2014-06-28tcp: add tcp_conn_requestOctavian Purdila1-0/+3
2014-06-28tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila1-0/+2
2014-06-28tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila1-0/+1
2014-06-28tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila1-0/+2
2014-06-28tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila1-0/+3
2014-06-28tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila1-0/+1
2014-06-28tcp: add route_req method to tcp_request_sock_opsOctavian Purdila1-0/+3
2014-06-28tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila1-14/+20
2014-06-28tcp: add init_req method to tcp_request_sock_opsOctavian Purdila1-0/+2
2014-06-28net: remove inet6_reqsk_allocOctavian Purdila1-2/+4
2014-06-28tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila1-2/+3
2014-06-27netfilter: bridge: add generic packet loggerPablo Neira Ayuso1-0/+1
2014-06-27netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso1-14/+6
2014-06-27netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso1-0/+28
2014-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+5
2014-06-26ipv4: fix dst race in sk_dst_get()Eric Dumazet1-2/+2
2014-06-25netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso2-54/+6
2014-06-25netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso1-6/+9
2014-06-25netfilter: conntrack: remove timer from ecache extensionFlorian Westphal2-3/+29
2014-06-25cfg80211: remove channel_switch combination checkMichal Kazior1-1/+6
2014-06-25mac80211: implement multi-vif in-place reservationsMichal Kazior1-7/+1
2014-06-25mac80211: split sched scan IEsDavid Spinadel1-19/+4