summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard2015-10-261-2/+2
* NFC: nci: Fix improper management of HCI return codeChristophe Ricard2015-10-261-17/+49
* NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard2015-10-261-7/+13
* NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca2015-10-251-0/+13
* NFC: nci: fix possible crash in nci_core_conn_createRobert Dolca2015-10-251-1/+8
* NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca2015-10-251-8/+8
* NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca2015-10-253-21/+54
* NFC: nci: Introduce nci_core_cmdRobert Dolca2015-10-251-5/+19
* NFC: nci: Do not call post_setup when setup failsRobert Dolca2015-10-251-2/+1
* NFC: nci: Add function to get max packet size for connRobert Dolca2015-10-251-0/+12
* NFC: nci: Export nci data send APIRobert Dolca2015-10-251-0/+1
* NFC: delete null dereferenceJulia Lawall2015-10-191-4/+2
* NFC: nci: Use __nci_request for exported routinesSamuel Ortiz2015-10-031-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-0214-74/+70
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-10-0110-42/+76
| |\
| | * net: Initialize flow flags in input pathDavid Ahern2015-09-292-0/+2
| | * net: dsa: fix preparation of a port STP updateVivien Didelot2015-09-291-3/+8
| | * skbuff: Fix skb checksum partial check.Pravin B Shelar2015-09-291-4/+5
| | * net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern2015-09-291-1/+2
| | * net sysfs: Print link speed as signed integerAlexander Stein2015-09-291-2/+1
| | * af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole2015-09-291-1/+14
| | * net: sctp: Don't use 64 kilobyte lookup table for four elementsDenys Vlasenko2015-09-281-9/+11
| | * l2tp: protect tunnel->del_work by ref_countAlexander Couzens2015-09-281-2/+9
| | * sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss2015-09-281-19/+23
| | * sctp: Whitespace fixKarl Heiss2015-09-281-2/+2
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-10-015-35/+2
| |\ \ | | |/ | |/|
| | * xprtrdma: Replace global lkey with lkey local to PDChuck Lever2015-09-255-35/+2
* | | bridge: vlan: don't pass flags when creating context onlyNikolay Aleksandrov2015-10-011-1/+1
* | | bridge: vlan: fix possible null ptr derefs on port init and deinitNikolay Aleksandrov2015-10-012-7/+12
* | | bridge: vlan: move pvid inside net_bridge_vlan_groupNikolay Aleksandrov2015-10-015-118/+75
* | | bridge: vlan: fix possible null vlgrp deref while registering new portNikolay Aleksandrov2015-10-011-1/+3
* | | bridge: vlan: adjust rhashtable initial size and hash locks sizeNikolay Aleksandrov2015-10-011-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-09-2933-561/+491
|\ \ \
| * | | bridge: Pass net into br_validate_ipv4 and br_validate_ipv6Eric W. Biederman2015-09-292-16/+14
| * | | ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman2015-09-295-7/+6
| * | | ipv4: Pass struct net into ip_route_me_harderEric W. Biederman2015-09-297-9/+10
| * | | netfilter: ipt_SYNPROXY: Pass snet into synproxy_send_tcpEric W. Biederman2015-09-291-7/+9
| * | | netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman2015-09-293-3/+3
| * | | ipv4: Push struct net down into nf_send_resetEric W. Biederman2015-09-294-4/+4
| * | | Merge tag 'ipvs2-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso2015-09-2517-515/+445
| |\ \ \
| | * | | ipvs: Pass ipvs into ip_vs_gather_fragsEric W. Biederman2015-09-241-4/+5
| | * | | ipvs: Remove skb_sknetEric W. Biederman2015-09-241-15/+10
| | * | | ipvs: Pass ipvs not net to ip_vs_protocol_net_(init|cleanup)Eric W. Biederman2015-09-242-8/+6
| | * | | ipvs: Remove net argument from ip_vs_tcp_conn_listenEric W. Biederman2015-09-242-8/+4
| | * | | ipvs: Pass ipvs through ip_vs_route_me_harder into sysctl_snat_rerouteEric W. Biederman2015-09-241-8/+7
| | * | | ipvs: Pass ipvs into ip_vs_out_icmp and ip_vs_out_icmp_v6Eric W. Biederman2015-09-241-8/+7
| | * | | ipvs: Pass ipvs into ip_vs_in_icmp and ip_vs_in_icmp_v6Eric W. Biederman2015-09-241-22/+14
| | * | | ipvs: Pass ipvs into ip_vs_inEric W. Biederman2015-09-241-9/+5
| | * | | ipvs: Pass ipvs into ip_vs_outEric W. Biederman2015-09-241-9/+6
| | * | | ipvs: Pass ipvs not net into sysctl_nat_icmp_sendEric W. Biederman2015-09-241-4/+3
OpenPOWER on IntegriCloud