aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-10-13Bluetooth: Add support for per socket msg_name callbackMarcel Holtmann
2013-10-13Bluetooth: Use l2cap_pi(sk) directly where possibleMarcel Holtmann
2013-10-13Bluetooth: Remove src and dst fields from bt_sock structureMarcel Holtmann
2013-10-13Bluetooth: Store RFCOMM address information in its own socket structureMarcel Holtmann
2013-10-13Bluetooth: Store SCO address information in its own socket structureMarcel Holtmann
2013-10-13Bluetooth: Use SCO addresses from HCI connection directlyMarcel Holtmann
2013-10-13Bluetooth: Access BNEP session addresses through L2CAP channelMarcel Holtmann
2013-10-13Bluetooth: Access HIDP session addresses through L2CAP channelMarcel Holtmann
2013-10-13Bluetooth: Access CMTP session addresses through L2CAP channelMarcel Holtmann
2013-10-13Bluetooth: Access RFCOMM session addresses through L2CAP channelMarcel Holtmann
2013-10-13Bluetooth: Return the correct address type for L2CAP socketsMarcel Holtmann
2013-10-13Bluetooth: Store address information in L2CAP channel structureMarcel Holtmann
2013-10-13Bluetooth: Update L2CAP socket source address from HCI connectionMarcel Holtmann
2013-10-13Bluetooth: Fix coding style violations in SMP handlingMarcel Holtmann
2013-10-13Bluetooth: Fix input address type for SMP C1 functionMarcel Holtmann
2013-10-13Bluetooth: Use hci_conn->src address for L2CAP functionsMarcel Holtmann
2013-10-13Bluetooth: Use hci_conn->src address for SMP functionsMarcel Holtmann
2013-10-13Bluetooth: Update source address and type for incoming LE connectionsMarcel Holtmann
2013-10-13Bluetooth: Store source address of HCI connectionsMarcel Holtmann
2013-10-13Bluetooth: Store the source address type of LE connectionsMarcel Holtmann
2013-10-13Bluetooth: Remove pointless bdaddr_to_le() helper functionMarcel Holtmann
2013-10-13Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from L2CAPMarcel Holtmann
2013-10-13Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from SMPMarcel Holtmann
2013-10-13Bluetooth: Remove l2cap_conn->dst usage from AMP managerMarcel Holtmann
2013-10-12Bluetooth: Unicast connectionless data reception is supportedMarcel Holtmann
2013-10-12Bluetooth: The L2CAP fixed channel connectionless data is supportedMarcel Holtmann
2013-10-12batman-adv: Add dummy soft-interface rx mode handlerLinus Lüssing
2013-10-12batman-adv: make batadv_tt_save_orig_buffer() genericAntonio Quartulli
2013-10-12batman-adv: implement batadv_tt_entriesAntonio Quartulli
2013-10-12batman-adv: remove useless find_router look upSimon Wunderlich
2013-10-12batman-adv: consider network coding overhead when calculating required mtuMarek Lindner
2013-10-12batman-adv: create common header for ICMP packetsAntonio Quartulli
2013-10-12Bluetooth: Allow 3D profile to use security mode 4 level 0Marcel Holtmann
2013-10-12Bluetooth: Limit security mode 4 level 0 to connection oriented channelsMarcel Holtmann
2013-10-12Bluetooth: Fix PSM value for L2CAP connectionless data packetsMarcel Holtmann
2013-10-12batman-adv: use htons when possibleAntonio Quartulli
2013-10-12batman-adv: Fragment and send skbs larger than mtuMartin Hundebøll
2013-10-12batman-adv: Receive fragmented packets and mergeMartin Hundebøll
2013-10-12batman-adv: Remove old fragmentation codeMartin Hundebøll
2013-10-12batman-adv: use VLAN_ETH_HLEN instead of sizeof(struct vlan_eth_hdr)Antonio Quartulli
2013-10-12batman-adv: h_vlan_encapsulated_proto access refactoringAntonio Quartulli
2013-10-12batman-adv: don't use call_rcu if not neededAntonio Quartulli
2013-10-12batman-adv: remove batadv_tt_global_add_orig declarationAntonio Quartulli
2013-10-12batman-adv: make tt_global_add static and return boolAntonio Quartulli
2013-10-12batman-adv: only add recordroute information to icmp request/replySimon Wunderlich
2013-10-12Bluetooth: Fix HCI init for 1st generation BlueFRITZ! devicesMarcel Holtmann
2013-10-12Bluetooth: Add MGMT_OP_SET_SCAN_PARAMS to supported commands listMarcel Holtmann
2013-10-11ipv6: Initialize ip6_tnl.hlen in gre tunnel even if no route is foundOussama Ghorbel
2013-10-11tcp: tcp_transmit_skb() optimizationsEric Dumazet
2013-10-11netem: free skb's in tree on resetstephen hemminger