aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-26NFC: nci: Fix improper management of HCI return codeChristophe Ricard1-17/+49
2015-10-26NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard1-7/+13
2015-10-25NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca1-0/+13
2015-10-25NFC: nci: fix possible crash in nci_core_conn_createRobert Dolca1-1/+8
2015-10-25NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca1-8/+8
2015-10-25NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca3-21/+54
2015-10-25NFC: nci: Introduce nci_core_cmdRobert Dolca1-5/+19
2015-10-25NFC: nci: Do not call post_setup when setup failsRobert Dolca1-2/+1
2015-10-25NFC: nci: Add function to get max packet size for connRobert Dolca1-0/+12
2015-10-25NFC: nci: Export nci data send APIRobert Dolca1-0/+1
2015-10-19NFC: delete null dereferenceJulia Lawall1-4/+2
2015-10-03NFC: nci: Use __nci_request for exported routinesSamuel Ortiz1-5/+6
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-74/+70
2015-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-42/+76
2015-10-01bridge: vlan: don't pass flags when creating context onlyNikolay Aleksandrov1-1/+1
2015-10-01bridge: vlan: fix possible null ptr derefs on port init and deinitNikolay Aleksandrov2-7/+12
2015-10-01bridge: vlan: move pvid inside net_bridge_vlan_groupNikolay Aleksandrov5-118/+75
2015-10-01bridge: vlan: fix possible null vlgrp deref while registering new portNikolay Aleksandrov1-1/+3
2015-10-01bridge: vlan: adjust rhashtable initial size and hash locks sizeNikolay Aleksandrov1-0/+2
2015-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds5-35/+2
2015-09-29net: Initialize flow flags in input pathDavid Ahern2-0/+2
2015-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller33-561/+491
2015-09-29net: dsa: fix preparation of a port STP updateVivien Didelot1-3/+8
2015-09-29net: dsa: fix preparation of a port STP updateVivien Didelot1-3/+8
2015-09-29net: Add support for filtering neigh dump by master deviceDavid Ahern1-1/+31
2015-09-29tcp: fix tcp_v6_md5_do_lookup prototypeEric Dumazet1-1/+1
2015-09-29net: switchdev: abstract object in add/del opsVivien Didelot4-100/+77
2015-09-29net: switchdev: pass callback to dump operationVivien Didelot2-35/+36
2015-09-29net: switchdev: remove dev from switchdev_obj cbVivien Didelot2-6/+4
2015-09-29net: switchdev: move dev in switchdev_fdb_dumpVivien Didelot1-1/+3
2015-09-29net: switchdev: remove dev in port_vlan_dump_putVivien Didelot1-6/+5
2015-09-29net: Replace calls to vrf_dev_get_rthDavid Ahern1-5/+3
2015-09-29net: Replace vrf_dev_table and friendsDavid Ahern2-6/+5
2015-09-29net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern6-22/+20
2015-09-29net: Introduce L3 Master device abstractionDavid Ahern5-0/+111
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern3-3/+3
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet7-37/+29
2015-09-29tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet1-4/+5
2015-09-29tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet2-2/+4
2015-09-29tcp: cookie_init_sequence() cleanupsEric Dumazet2-9/+2
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet5-7/+10
2015-09-29tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet1-1/+3
2015-09-29dccp: constify dccp_create_openreq_child() sock argumentEric Dumazet2-2/+2
2015-09-29inet: constify __inet_inherit_port() sock argumentEric Dumazet1-1/+1
2015-09-29inet: constify inet_csk_route_child_sock() socket argumentEric Dumazet1-1/+1
2015-09-29dccp: use inet6_csk_route_req() helperEric Dumazet3-20/+12
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet4-5/+5
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet4-7/+6
2015-09-29tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet6-12/+12
2015-09-29skbuff: Fix skb checksum partial check.Pravin B Shelar1-4/+5