summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-10-27NFC: st21nfca: Add support for proprietary commandsChristophe Ricard
2015-10-27NFC: st-nci: Add few code style fixesChristophe Ricard
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard
2015-10-26NFC: nci: Create pipe on specific gate in nci_hci_connect_gateChristophe Ricard
2015-10-26NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Christophe Ricard
2015-10-26NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard
2015-10-26NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard
2015-10-26NFC: nci: Fix improper management of HCI return codeChristophe Ricard
2015-10-26NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard
2015-10-25NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca
2015-10-25NFC: nci: fix possible crash in nci_core_conn_createRobert Dolca
2015-10-25NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca
2015-10-25NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca
2015-10-25NFC: nci: Introduce nci_core_cmdRobert Dolca
2015-10-25NFC: nci: Do not call post_setup when setup failsRobert Dolca
2015-10-25NFC: nci: Add function to get max packet size for connRobert Dolca
2015-10-25NFC: nci: Export nci data send APIRobert Dolca
2015-10-19NFC: delete null dereferenceJulia Lawall
2015-10-03NFC: nci: Use __nci_request for exported routinesSamuel Ortiz
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-10-01bridge: vlan: don't pass flags when creating context onlyNikolay Aleksandrov
2015-10-01bridge: vlan: fix possible null ptr derefs on port init and deinitNikolay Aleksandrov
2015-10-01bridge: vlan: move pvid inside net_bridge_vlan_groupNikolay Aleksandrov
2015-10-01bridge: vlan: fix possible null vlgrp deref while registering new portNikolay Aleksandrov
2015-10-01bridge: vlan: adjust rhashtable initial size and hash locks sizeNikolay Aleksandrov
2015-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-09-29net: Initialize flow flags in input pathDavid Ahern
2015-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-09-29net: dsa: fix preparation of a port STP updateVivien Didelot
2015-09-29net: dsa: fix preparation of a port STP updateVivien Didelot
2015-09-29net: Add support for filtering neigh dump by master deviceDavid Ahern
2015-09-29tcp: fix tcp_v6_md5_do_lookup prototypeEric Dumazet
2015-09-29net: switchdev: abstract object in add/del opsVivien Didelot
2015-09-29net: switchdev: pass callback to dump operationVivien Didelot
2015-09-29net: switchdev: remove dev from switchdev_obj cbVivien Didelot
2015-09-29net: switchdev: move dev in switchdev_fdb_dumpVivien Didelot
2015-09-29net: switchdev: remove dev in port_vlan_dump_putVivien Didelot
2015-09-29net: Replace calls to vrf_dev_get_rthDavid Ahern
2015-09-29net: Replace vrf_dev_table and friendsDavid Ahern
2015-09-29net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern
2015-09-29net: Introduce L3 Master device abstractionDavid Ahern
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet
2015-09-29tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet
2015-09-29tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet
2015-09-29tcp: cookie_init_sequence() cleanupsEric Dumazet
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet
2015-09-29tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet
2015-09-29dccp: constify dccp_create_openreq_child() sock argumentEric Dumazet