summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2014-07-17net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg supportGeir Ola Vaagland3-7/+4
2014-07-17net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg supportGeir Ola Vaagland2-1/+7
2014-07-17net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg supportGeir Ola Vaagland1-1/+2
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+7
2014-07-16Bluetooth: Track number of LE slave connectionsJohan Hedberg1-0/+5
2014-07-16Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg1-1/+2
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg1-3/+3
2014-07-16Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg1-1/+1
2014-07-16Bluetooth: Add proper defines for HCI connection roleJohan Hedberg1-3/+3
2014-07-16tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch1-1/+1
2014-07-16net: rtnetlink - make create_link take name_assign_typeTom Gundersen1-0/+1
2014-07-15udp: Add udp_sock_create for UDP tunnels to open listener socketTom Herbert1-0/+32
2014-07-15neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause1-1/+0
2014-07-14netfilter: nf_tables: 64bit stats need some extra synchronizationEric Dumazet1-2/+4
2014-07-14netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stalePablo Neira Ayuso1-1/+1
2014-07-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-69/+353
2014-07-13Bluetooth: Convert L2CAP ident spinlock into a mutexMarcel Holtmann1-2/+1
2014-07-13Bluetooth: Enable LE encryption events only when supportedMarcel Holtmann1-0/+1
2014-07-12ipv6: addrconf: implement address generation modesJiri Pirko1-0/+1
2014-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-69/+353
2014-07-11Bluetooth: Move SCO timeout constants into net/bluetooth/sco.cMarcel Holtmann1-4/+0
2014-07-11Bluetooth: Remove unused SCO_DEFAULT_FLUSH_TO constantMarcel Holtmann1-1/+0
2014-07-11Bluetooth: Move struct sco_conn into net/bluetooth/sco.cMarcel Holtmann1-13/+0
2014-07-11Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.cMarcel Holtmann1-12/+0
2014-07-11Bluetooth: Update the list of L2CAP fixed channelsMarcel Holtmann1-1/+4
2014-07-11Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann1-8/+1
2014-07-11Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.cMarcel Holtmann1-11/+0
2014-07-11Bluetooth: Move struct hci_sec_filter next to its userMarcel Holtmann1-9/+0
2014-07-11Bluetooth: Move HCI socket definitions into its own header fileMarcel Holtmann3-149/+176
2014-07-10Bluetooth: Remove unneeded mgmt_write_scan_failed functionJohan Hedberg1-1/+0
2014-07-10Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg1-1/+1
2014-07-10Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg1-1/+0
2014-07-09Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg1-0/+1
2014-07-09Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg1-0/+1
2014-07-09Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg1-10/+5
2014-07-09Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann1-0/+1
2014-07-09net: provide stubs for ip6_set_txhash and ip6_make_flowlabelFlorian Fainelli1-0/+10
2014-07-09net: sctp: Use pointers (not array indexes) to access sctp_cmd_seq_t.cmds[].David Laight1-12/+14
2014-07-09net: sctp: Optimise the way 'sctp_arg_t' values are initialised.David Laight1-3/+5
2014-07-09net: sctp: Inline the functions from command.cDavid Laight1-4/+23
2014-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2-42/+67
2014-07-08Bluetooth: Remove unnecessary mgmt_advertising functionJohan Hedberg1-1/+0
2014-07-08Bluetooth: Add flag to track the real advertising stateJohan Hedberg1-2/+2
2014-07-08mac802154: at86rf230: add hw flags and merge opsAlexander Aring1-0/+19
2014-07-08ipv6: Implement automatic flow label generation on transmitTom Herbert2-0/+21
2014-07-08vxlan: Call udp_flow_src_portTom Herbert1-2/+0
2014-07-08udp: Add function to make source port for UDP tunnelsTom Herbert1-0/+29
2014-07-08net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert3-0/+40
2014-07-08flow_dissector: Abstract out hash computationTom Herbert1-0/+1
2014-07-08tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell1-1/+1